From 2e60a64a5942b4bf46ace2ae958f819842c16a06 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 9 May 2004 02:10:36 +0000 Subject: [PATCH] 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 --- test/CacheDir.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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') -- 2.26.2