diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-03-13 20:23:15 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-03-13 20:23:15 (GMT) |
commit | f1c417cc221fa5635d85ec755cd64c4a0e173b39 (patch) | |
tree | 8ed8ce316dee97cc3205dc37604ee8b5f5b10ced | |
parent | f0d0c5d4aab1aa2fb685650d3806a7ee577db3d9 (diff) | |
download | SCons-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
-rw-r--r-- | QMTest/TestSCons.py | 4 |
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): |