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 | dd95a91a581b3ff41b22fa781d1337dd2a6577bc (patch) | |
tree | 3be53d9c53f1a263095130e39e07328bcae51f2b /etc/TestSCons.py | |
parent | a08e3ae7893a19820b11633822a68af2625baec9 (diff) | |
download | SCons-dd95a91a581b3ff41b22fa781d1337dd2a6577bc.zip SCons-dd95a91a581b3ff41b22fa781d1337dd2a6577bc.tar.gz SCons-dd95a91a581b3ff41b22fa781d1337dd2a6577bc.tar.bz2 |
Portability fixes for Mac OS Xin tests. (Gary Oberbrunner)
Diffstat (limited to 'etc/TestSCons.py')
-rw-r--r-- | etc/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/TestSCons.py b/etc/TestSCons.py index 202f5d5..0a5469b 100644 --- a/etc/TestSCons.py +++ b/etc/TestSCons.py @@ -217,4 +217,4 @@ class TestSCons(TestCommon): # <file>" messages to be successful executions of the test (see # test/AR.py for sample usage). -noisy_ar=r'(ar: creating \S+\n?)*' +noisy_ar=r'(ar: creating( archive)? \S+\n?)*' |