diff options
author | Steven Knight <knight@baldmt.com> | 2004-08-17 23:14:59 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-08-17 23:14:59 (GMT) |
commit | e18d45e027a965547bbb698c0e6784254298f8b1 (patch) | |
tree | 3be53d9c53f1a263095130e39e07328bcae51f2b /test/QT.py | |
parent | 401c24879c1dcd9e28df19b3ee2384b26df583ee (diff) | |
download | SCons-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.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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]) ############################################################################## |