summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-13 16:23:15 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-13 16:23:15 -0400
commit59dc141096ae7cac5118db783ecf5129a2a06fd5 (patch)
tree8ed8ce316dee97cc3205dc37604ee8b5f5b10ced /QMTest
parent0005a6a6d581946cc80970aba7ac4656000e0297 (diff)
downloadscons-59dc141096ae7cac5118db783ecf5129a2a06fd5.tar.gz
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 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):