summaryrefslogtreecommitdiffstats
path: root/etc/TestSCons.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 /etc/TestSCons.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 'etc/TestSCons.py')
-rw-r--r--etc/TestSCons.py2
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?)*'