diff options
author | Steven Knight <knight@baldmt.com> | 2008-12-11 05:27:02 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-12-11 05:27:02 (GMT) |
commit | a7565584cb59a3bd03d82b27c817ad64ae364922 (patch) | |
tree | d4bafad8d294c7a0fbbcb891fd373b3a03d0386d /test | |
parent | b55f4ccf0ed5587a3b9f6e0ff415ee6e050a28a9 (diff) | |
download | SCons-a7565584cb59a3bd03d82b27c817ad64ae364922.zip SCons-a7565584cb59a3bd03d82b27c817ad64ae364922.tar.gz SCons-a7565584cb59a3bd03d82b27c817ad64ae364922.tar.bz2 |
Fix test breakage from the change to "scons: Build interrupted".
(Overlooked checking this in with r3822.)
Diffstat (limited to 'test')
-rw-r--r-- | test/Parallel/multiple-parents.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Parallel/multiple-parents.py b/test/Parallel/multiple-parents.py index cfcad73..ceeb47f 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 + ")+" |