summaryrefslogtreecommitdiff
path: root/test/Configure
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-13 16:44:31 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-13 16:44:31 -0400
commitea9d877b5265171914da05554c3a4f2e5552a74a (patch)
tree877d1e7c6566404e47660a96916b7eb80949f554 /test/Configure
parent2ccc8e208e98f136e2701bd3cf3c7f3b2ee1a542 (diff)
downloadscons-ea9d877b5265171914da05554c3a4f2e5552a74a.tar.gz
added TestSCons.unlink_sconsignfile(name) method to append .p3 to expected file name on py3. about 10 tests need to be changed to use this
Diffstat (limited to 'test/Configure')
-rw-r--r--test/Configure/VariantDir-SConscript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Configure/VariantDir-SConscript.py b/test/Configure/VariantDir-SConscript.py
index c82778ae..ce264526 100644
--- a/test/Configure/VariantDir-SConscript.py
+++ b/test/Configure/VariantDir-SConscript.py
@@ -128,7 +128,7 @@ test.checkLogAndStdout( ["Checking for C header file math.h... ",
import shutil
shutil.rmtree(test.workpath(".sconf_temp"))
-test.unlink(".sconsign.dblite")
+test.unlink_sconsignfile(".sconsign.dblite")
# now with SConscriptChdir(1)
test.run(arguments='chdir=yes')