summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py4
1 files changed, 4 insertions, 0 deletions
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):