summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-13 20:23:15 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-13 20:23:15 (GMT)
commitf1c417cc221fa5635d85ec755cd64c4a0e173b39 (patch)
tree8ed8ce316dee97cc3205dc37604ee8b5f5b10ced /QMTest
parentf0d0c5d4aab1aa2fb685650d3806a7ee577db3d9 (diff)
downloadSCons-f1c417cc221fa5635d85ec755cd64c4a0e173b39.zip
SCons-f1c417cc221fa5635d85ec755cd64c4a0e173b39.tar.gz
SCons-f1c417cc221fa5635d85ec755cd64c4a0e173b39.tar.bz2
added and commented out some debug code which is useful for working on test failures
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 8d53e11..76b903f 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):