From 480db6f087a0cbee844ed4368f627a72f3451091 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Fri, 21 Dec 2012 07:21:53 -0500 Subject: Fix test/SCONSFLAGS test rot. --- test/SCONSFLAGS.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/SCONSFLAGS.py b/test/SCONSFLAGS.py index cd36313..db866e8 100644 --- a/test/SCONSFLAGS.py +++ b/test/SCONSFLAGS.py @@ -67,11 +67,11 @@ os.environ['SCONSFLAGS'] = '-Z' expect = r"""usage: scons [OPTION] [TARGET] ... -SCons error: no such option: -Z +SCons Error: no such option: -Z """ test.run(arguments = "-H", status = 2, - stderr = TestSCons.re_escape(expect)) + stderr = expect, match=TestSCons.match_exact) test.pass_test() -- cgit v0.12