summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2018-09-26 16:44:21 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2018-09-26 16:44:21 (GMT)
commitc0f0caae5890c032a6a82e8b24124b21b3152f99 (patch)
tree7a8ebcdbce7a63a1af8af67e8425b27290df1130
parent8a2ee96a418eb01a53fa4e84d095c276cf058ed9 (diff)
downloadSCons-c0f0caae5890c032a6a82e8b24124b21b3152f99.zip
SCons-c0f0caae5890c032a6a82e8b24124b21b3152f99.tar.gz
SCons-c0f0caae5890c032a6a82e8b24124b21b3152f99.tar.bz2
Speed up GetOption tests for windows
-rw-r--r--test/GetOption/help.py1
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: