summaryrefslogtreecommitdiffstats
path: root/test/Configure.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-05-07 19:19:41 (GMT)
committerSteven Knight <knight@baldmt.com>2005-05-07 19:19:41 (GMT)
commit730081593efc2ac5c17def1650ad0b39c4d0e72a (patch)
tree3379689db64e402fa4720e60ce7ecd1f307ad762 /test/Configure.py
parentd629cdf3f3b332a1b3c9c9fa550c90b8dd710766 (diff)
downloadSCons-730081593efc2ac5c17def1650ad0b39c4d0e72a.zip
SCons-730081593efc2ac5c17def1650ad0b39c4d0e72a.tar.gz
SCons-730081593efc2ac5c17def1650ad0b39c4d0e72a.tar.bz2
Make SConsignFile() behavior the default.
Diffstat (limited to 'test/Configure.py')
-rw-r--r--test/Configure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Configure.py b/test/Configure.py
index 515ae70..83155bb 100644
--- a/test/Configure.py
+++ b/test/Configure.py
@@ -509,6 +509,7 @@ int main() {
os.path.join("build", "sub", "SConscript"))
shutil.rmtree(test.workpath(work_dir, ".sconf_temp"))
+ os.unlink(test.workpath(work_dir, ".sconsign.dblite"))
# now with SConscriptChdir(1)
test.run(chdir=work_dir, arguments='chdir=yes')