summaryrefslogtreecommitdiff
path: root/test/Parallel
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-12-11 05:27:02 +0000
committerSteven Knight <knight@baldmt.com>2008-12-11 05:27:02 +0000
commit09cef8493ea7a7bef9140b3b1dac51ff71fed971 (patch)
treed4bafad8d294c7a0fbbcb891fd373b3a03d0386d /test/Parallel
parent4b373bcc60bf0871e860599843323c487b28b491 (diff)
downloadscons-09cef8493ea7a7bef9140b3b1dac51ff71fed971.tar.gz
Fix test breakage from the change to "scons: Build interrupted".
(Overlooked checking this in with r3822.)
Diffstat (limited to 'test/Parallel')
-rw-r--r--test/Parallel/multiple-parents.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Parallel/multiple-parents.py b/test/Parallel/multiple-parents.py
index cfcad736..ceeb47f4 100644
--- a/test/Parallel/multiple-parents.py
+++ b/test/Parallel/multiple-parents.py
@@ -144,7 +144,8 @@ Default(all)
re_error = """\
(scons: \\*\\*\\* \\[failed\\d+] Error 2\\n)|\
(scons: \\*\\*\\* \\[missing\\d+] Source `MissingSrc' not found, needed by target `missing\\d+'\\.( Stop\\.)?\\n)|\
-(scons: \\*\\*\\* \\[\\w+] Build interrupted\.\\n)\
+(scons: \\*\\*\\* \\[\\w+] Build interrupted\.\\n)|\
+(scons: Build interrupted\.\\n)\
"""
re_errors = "(" + re_error + ")+"