summaryrefslogtreecommitdiff
path: root/test/Interactive
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-10 23:51:47 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-10 23:51:47 -0500
commitd22f02830b644e28e24bfcb76d7887f2ca1d1817 (patch)
tree55e4bc2c1c77d459d0459ba6d853e8a0e8c1342a /test/Interactive
parentbbe9bf2b440592039a9ed78eaab0e23290fc138a (diff)
downloadscons-d22f02830b644e28e24bfcb76d7887f2ca1d1817.tar.gz
init DefaultEnvironment with no tools to speed up py2/3
Diffstat (limited to 'test/Interactive')
-rw-r--r--test/Interactive/taskmastertrace.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Interactive/taskmastertrace.py b/test/Interactive/taskmastertrace.py
index 48089e35..93ee068e 100644
--- a/test/Interactive/taskmastertrace.py
+++ b/test/Interactive/taskmastertrace.py
@@ -33,6 +33,7 @@ import TestSCons
test = TestSCons.TestSCons()
test.write('SConstruct', """\
+DefaultEnvironment(tools=[])
Command('foo.out', 'foo.in', Copy('$TARGET', '$SOURCE'))
Command('1', [], Touch('$TARGET'))
Command('2', [], Touch('$TARGET'))