From cc22a735d523c97d943c164ef2d854538f2bd45b Mon Sep 17 00:00:00 2001 From: stevenknight Date: Thu, 11 Dec 2008 05:27:02 +0000 Subject: [PATCH] Fix test breakage from the change to "scons: Build interrupted". (Overlooked checking this in with r3822.) git-svn-id: http://scons.tigris.org/svn/scons/trunk@3826 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 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 + ")+" -- 2.26.2