From: stevenknight Date: Sun, 9 May 2004 02:10:36 +0000 (+0000) Subject: Make CacheDir() if it doesn't exist. (Chad Austin) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e60a64a5942b4bf46ace2ae958f819842c16a06;p=scons.git Make CacheDir() if it doesn't exist. (Chad Austin) git-svn-id: http://scons.tigris.org/svn/scons/trunk@975 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/test/CacheDir.py b/test/CacheDir.py index a45fe2c9..abb4bada 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')