summaryrefslogtreecommitdiffstats
path: root/test/CacheDir/source-scanner.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2018-09-26 02:57:44 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2018-09-26 02:57:44 (GMT)
commite3a56e698a663c309d42d56e1064077d4c5de602 (patch)
tree4754b0317a2f8524183df52f4bb5a407ceab17d3 /test/CacheDir/source-scanner.py
parent948b7daaad23a943d10ec74d864467d7ff659de9 (diff)
downloadSCons-e3a56e698a663c309d42d56e1064077d4c5de602.zip
SCons-e3a56e698a663c309d42d56e1064077d4c5de602.tar.gz
SCons-e3a56e698a663c309d42d56e1064077d4c5de602.tar.bz2
More changes to speed up testing on windows.
Diffstat (limited to 'test/CacheDir/source-scanner.py')
-rw-r--r--test/CacheDir/source-scanner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CacheDir/source-scanner.py b/test/CacheDir/source-scanner.py
index 2359872..f00360d 100644
--- a/test/CacheDir/source-scanner.py
+++ b/test/CacheDir/source-scanner.py
@@ -43,6 +43,7 @@ cache = test.workpath('cache')
test.subdir('cache', 'subdir')
test.write(['subdir', 'SConstruct'], """\
+DefaultEnvironment(tools=[])
import SCons
CacheDir(r'%(cache)s')