summaryrefslogtreecommitdiffstats
path: root/test/QT.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-08-17 23:14:59 (GMT)
committerSteven Knight <knight@baldmt.com>2004-08-17 23:14:59 (GMT)
commite18d45e027a965547bbb698c0e6784254298f8b1 (patch)
tree3be53d9c53f1a263095130e39e07328bcae51f2b /test/QT.py
parent401c24879c1dcd9e28df19b3ee2384b26df583ee (diff)
downloadSCons-e18d45e027a965547bbb698c0e6784254298f8b1.zip
SCons-e18d45e027a965547bbb698c0e6784254298f8b1.tar.gz
SCons-e18d45e027a965547bbb698c0e6784254298f8b1.tar.bz2
Portability fixes for Mac OS Xin tests. (Gary Oberbrunner)
Diffstat (limited to 'test/QT.py')
-rw-r--r--test/QT.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/QT.py b/test/QT.py
index 48148a9..51021a5 100644
--- a/test/QT.py
+++ b/test/QT.py
@@ -376,7 +376,9 @@ test.fail_test(not os.path.exists(test.workpath('work3', 'build', moc)))
test.run(chdir='work3',
arguments = "build_dir=1 dup=0 " +
- test.workpath('work3', 'build_dup0', lib_aaa) )
+ test.workpath('work3', 'build_dup0', lib_aaa),
+ stderr=TestSCons.noisy_ar,
+ match=TestSCons.match_re_dotall)
test.must_exist(['work3', 'build_dup0', moc])
##############################################################################