diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-10-01 16:29:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 16:29:59 (GMT) |
commit | 623a1ac4f17006e1fc847c82bcdbdc6a7c2c0929 (patch) | |
tree | cbb15688bef0850e1847f7be9cf52ce8c6255137 /test/Install/tool.py | |
parent | 748b05d34deacb718a57b2463aa9a1f10958740c (diff) | |
parent | db67204cfdb270dbc08f36813e20c0a41c225b25 (diff) | |
download | SCons-623a1ac4f17006e1fc847c82bcdbdc6a7c2c0929.zip SCons-623a1ac4f17006e1fc847c82bcdbdc6a7c2c0929.tar.gz SCons-623a1ac4f17006e1fc847c82bcdbdc6a7c2c0929.tar.bz2 |
Merge pull request #3201 from bdbaddog/speedup_win_tests_pt1
Speedup tests on Windows platform - Part 1 (more to come)
Diffstat (limited to 'test/Install/tool.py')
-rw-r--r-- | test/Install/tool.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Install/tool.py b/test/Install/tool.py index 1e49584..ba92d0a 100644 --- a/test/Install/tool.py +++ b/test/Install/tool.py @@ -36,6 +36,7 @@ test = TestSCons.TestSCons() test.subdir('iii') test.write('SConstruct', """ +DefaultEnvironment(tools=[]) env = Environment(tools = []) env.Install('iii', 'foo.in') env.InstallAs('foo.out', 'foo.in') |