diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-03-13 20:44:31 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-03-13 20:44:31 (GMT) |
commit | 3fdddad8565973faea1f4e9a9aaf6101c4086a7e (patch) | |
tree | 877d1e7c6566404e47660a96916b7eb80949f554 /test/Configure | |
parent | 696b6317906f07b9f473bbbdc416ebf81876dbf8 (diff) | |
download | SCons-3fdddad8565973faea1f4e9a9aaf6101c4086a7e.zip SCons-3fdddad8565973faea1f4e9a9aaf6101c4086a7e.tar.gz SCons-3fdddad8565973faea1f4e9a9aaf6101c4086a7e.tar.bz2 |
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.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Configure/VariantDir-SConscript.py b/test/Configure/VariantDir-SConscript.py index c82778a..ce26452 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') |