summaryrefslogtreecommitdiffstats
path: root/test/Configure
diff options
context:
space:
mode:
Diffstat (limited to 'test/Configure')
-rw-r--r--test/Configure/ConfigureDryRunError.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Configure/ConfigureDryRunError.py b/test/Configure/ConfigureDryRunError.py
index b87162c..2a8e449 100644
--- a/test/Configure/ConfigureDryRunError.py
+++ b/test/Configure/ConfigureDryRunError.py
@@ -94,7 +94,7 @@ test.checkLogAndStdout(["Checking for C library %s... " % lib,
[[((".c", CR), (_obj, CR))],
[((".c", CR), (_obj, CF))]],
"config.log", ".sconf_temp", "SConstruct",
- doCheckLog=0)
+ doCheckLog=False)
newLog = test.read(test.workpath('config.log'), mode='r')
if newLog != oldLog: