summaryrefslogtreecommitdiffstats
path: root/test/AR/AR.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-14 03:07:10 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-14 03:07:10 (GMT)
commit496d5d4655ec5eaaf5f47b70a0a5e9f08a310ff3 (patch)
tree41e70391cb38e33f949d88c517f1e10327c3de6a /test/AR/AR.py
parent75eec4b5eb4adbd3ee041021f3ee0a62c1d5b669 (diff)
downloadSCons-496d5d4655ec5eaaf5f47b70a0a5e9f08a310ff3.zip
SCons-496d5d4655ec5eaaf5f47b70a0a5e9f08a310ff3.tar.gz
SCons-496d5d4655ec5eaaf5f47b70a0a5e9f08a310ff3.tar.bz2
py2/3 add mode='r' to must_match. Should fix some win32 failures
Diffstat (limited to 'test/AR/AR.py')
-rw-r--r--test/AR/AR.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AR/AR.py b/test/AR/AR.py
index 11687d9..552b827 100644
--- a/test/AR/AR.py
+++ b/test/AR/AR.py
@@ -95,7 +95,7 @@ test.run(arguments = 'b' + _exe,
stderr=TestSCons.noisy_ar,
match=TestSCons.match_re_dotall)
-test.must_match('wrapper.out', 'wrapper.py\n')
+test.must_match('wrapper.out', 'wrapper.py\n', mode='r')
test.pass_test()