From a7565584cb59a3bd03d82b27c817ad64ae364922 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Thu, 11 Dec 2008 05:27:02 +0000 Subject: Fix test breakage from the change to "scons: Build interrupted". (Overlooked checking this in with r3822.) --- test/Parallel/multiple-parents.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 + ")+" -- cgit v0.12