summaryrefslogtreecommitdiff
path: root/test/Configure
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-04-03 11:42:08 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-04-03 11:42:08 -0400
commitee1ea0e9f81bd520e2047b665f65f3596d2f7f51 (patch)
tree2c4624e62e726f51e66e6e90353699c80af71700 /test/Configure
parent4c2f61436f4d48e487262dea9518b321629f7347 (diff)
downloadscons-git-ee1ea0e9f81bd520e2047b665f65f3596d2f7f51.tar.gz
Change checkLogAndStdout() call to use boolean flag instead of 0/1 for clarity.
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 b87162c8a..2a8e449f0 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: