From ee1ea0e9f81bd520e2047b665f65f3596d2f7f51 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 3 Apr 2017 11:42:08 -0400 Subject: Change checkLogAndStdout() call to use boolean flag instead of 0/1 for clarity. --- test/Configure/ConfigureDryRunError.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12