Make CacheDir() if it doesn't exist. (Chad Austin)
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 9 May 2004 02:10:36 +0000 (02:10 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 9 May 2004 02:10:36 +0000 (02:10 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@975 fdb21ef1-2011-0410-befe-b5e4ea1792b1

test/CacheDir.py

index a45fe2c95e05db8224ec4f9be5f7d58e29533367..abb4bada37e25da687c701aa17e5737ecfce580f 100644 (file)
@@ -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')