From 59dc141096ae7cac5118db783ecf5129a2a06fd5 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 13 Mar 2017 16:23:15 -0400 Subject: added and commented out some debug code which is useful for working on test failures --- QMTest/TestSCons.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'QMTest') diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 8d53e111..76b903f9 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -1014,6 +1014,10 @@ SConscript( sconscript ) nols = nols + ")" lastEnd = 0 logfile = self.read(self.workpath(logfile),mode='r') + + # Some debug code to keep around.. + # sys.stderr.write("LOGFILE[%s]:%s"%(type(logfile),logfile)) + if (doCheckLog and logfile.find( "scons: warning: The stored build " "information has an unexpected class." ) >= 0): -- cgit v1.2.1