diff options
Diffstat (limited to 'test/CacheDir/NoCache.py')
-rw-r--r-- | test/CacheDir/NoCache.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CacheDir/NoCache.py b/test/CacheDir/NoCache.py index b035b44..f0929aa 100644 --- a/test/CacheDir/NoCache.py +++ b/test/CacheDir/NoCache.py @@ -35,6 +35,7 @@ test = TestSCons.TestSCons() test.subdir('cache', 'alpha', 'beta') sconstruct = """ +DefaultEnvironment(tools=[]) import os CacheDir(r'%s') |