diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-09-26 16:44:21 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-09-26 16:44:21 (GMT) |
commit | c0f0caae5890c032a6a82e8b24124b21b3152f99 (patch) | |
tree | 7a8ebcdbce7a63a1af8af67e8425b27290df1130 /test | |
parent | 8a2ee96a418eb01a53fa4e84d095c276cf058ed9 (diff) | |
download | SCons-c0f0caae5890c032a6a82e8b24124b21b3152f99.zip SCons-c0f0caae5890c032a6a82e8b24124b21b3152f99.tar.gz SCons-c0f0caae5890c032a6a82e8b24124b21b3152f99.tar.bz2 |
Speed up GetOption tests for windows
Diffstat (limited to 'test')
-rw-r--r-- | test/GetOption/help.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/GetOption/help.py b/test/GetOption/help.py index 4f15fe6..f83dc54 100644 --- a/test/GetOption/help.py +++ b/test/GetOption/help.py @@ -33,6 +33,7 @@ import TestSCons test = TestSCons.TestSCons() test.write('SConstruct', """\ +DefaultEnvironment(tools=[]) if GetOption('help'): print("GetOption('help') set") else: |