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
commitf42209e7eb5d77a2163c78c6ac031d46be64a985 (patch)
tree2c4624e62e726f51e66e6e90353699c80af71700 /test/Configure
parent7c4b5f645cf070148436e62110cb4ed891d28ce3 (diff)
downloadscons-f42209e7eb5d77a2163c78c6ac031d46be64a985.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 b87162c8..2a8e449f 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: