summaryrefslogtreecommitdiffstats
path: root/test/option
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-14 17:27:34 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-14 17:27:34 (GMT)
commit5791123d2c41ce88de40853c8c1b768b122ea04e (patch)
treebded00bc8fcfb42bf21ba857695627c663266ebb /test/option
parenta1f595e9dd4fefbcb3240c572cf39f29c3a39ae6 (diff)
downloadSCons-5791123d2c41ce88de40853c8c1b768b122ea04e.zip
SCons-5791123d2c41ce88de40853c8c1b768b122ea04e.tar.gz
SCons-5791123d2c41ce88de40853c8c1b768b122ea04e.tar.bz2
fix py2/3 win32 must_match needed mode='r'
Diffstat (limited to 'test/option')
-rw-r--r--test/option/taskmastertrace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option/taskmastertrace.py b/test/option/taskmastertrace.py
index 28f4574..c426692 100644
--- a/test/option/taskmastertrace.py
+++ b/test/option/taskmastertrace.py
@@ -218,7 +218,7 @@ Taskmaster: No candidate anymore.
"""
-test.must_match('trace.out', expect_trace)
+test.must_match('trace.out', expect_trace, mode='r')
test.pass_test()