diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-04-03 02:48:15 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-04-03 02:48:15 (GMT) |
commit | 4bd38e06ea2bfe5a1c7b9fdb6a962eef33e8a1ef (patch) | |
tree | 702339fd3b09304ee55a209224aa7e7e26f8f825 /QMTest | |
parent | f4ddb6da81d58b0ed53ac3c15a4275768bfa49a4 (diff) | |
download | SCons-4bd38e06ea2bfe5a1c7b9fdb6a962eef33e8a1ef.zip SCons-4bd38e06ea2bfe5a1c7b9fdb6a962eef33e8a1ef.tar.gz SCons-4bd38e06ea2bfe5a1c7b9fdb6a962eef33e8a1ef.tar.bz2 |
fix test/Configure/ConfigureDryRunTest read logfile as non binary
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestSCons.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 467d5a8..b9d7377 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -1043,7 +1043,6 @@ SConscript( sconscript ) raise NoMatch(lastEnd) return m.end() + lastEnd try: - #print(len(os.linesep)) ls = os.linesep nols = "(" for i in range(len(ls)): |