summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-13 12:54:39 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-13 12:54:39 -0700
commitf8d68be876d83333e08df904622f665a49961a4e (patch)
tree7293c4b8e6c7760e35697ea1a28e01799d42815c /QMTest
parent5967b4a81b1d2b0c431ac212e36b8ccd1883cc92 (diff)
downloadscons-f8d68be876d83333e08df904622f665a49961a4e.tar.gz
read logfile in non-binary mode
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index f75a3ccc..8d53e111 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -1013,7 +1013,7 @@ SConscript( sconscript )
nols = nols + "|"
nols = nols + ")"
lastEnd = 0
- logfile = self.read(self.workpath(logfile))
+ logfile = self.read(self.workpath(logfile),mode='r')
if (doCheckLog and
logfile.find( "scons: warning: The stored build "
"information has an unexpected class." ) >= 0):