From: stevenknight Date: Thu, 11 Dec 2008 05:27:02 +0000 (+0000) Subject: Fix test breakage from the change to "scons: Build interrupted". X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc22a735d523c97d943c164ef2d854538f2bd45b;p=scons.git 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 --- 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 + ")+"