From f9a6cb1dc77d24bdade33331e756e76f6d9c8485 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sun, 9 May 2004 02:10:36 +0000 Subject: Make CacheDir() if it doesn't exist. (Chad Austin) --- test/CacheDir.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/CacheDir.py b/test/CacheDir.py index a45fe2c..abb4bad 100644 --- a/test/CacheDir.py +++ b/test/CacheDir.py @@ -35,7 +35,9 @@ import TestSCons test = TestSCons.TestSCons() -test.subdir('cache1', 'cache2', 'cache3', 'src', 'subdir') +# cache2 omitted from list in order to test automatic creation of CacheDir +# directory. +test.subdir('cache1', 'cache3', 'src', 'subdir') test.write(['src', 'SConstruct'], """\ CacheDir(r'%s') -- cgit v0.12