diff options
Diffstat (limited to 'test/errors.py')
-rw-r--r-- | test/errors.py | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/test/errors.py b/test/errors.py index 17ac8eb..a79ed6e 100644 --- a/test/errors.py +++ b/test/errors.py @@ -54,12 +54,13 @@ env.exit('exit.out', 'exit.in') stderr = """scons: \*\*\* \[exit.out\] Exception Traceback \((most recent call|innermost) last\): - File ".+", line \d+, in .+ - File ".+", line \d+, in .+ - File ".+", line \d+, in .+ - File ".+", line \d+, in .+ - .+ -.+ + File ".+", line \d+, in \S+ + [^\n]+ + File ".+", line \d+, in \S+ + [^\n]+ + File ".+", line \d+, in \S+ + [^\n]+ +\S.+ """ test.run(arguments='foo.out exit.out', stderr=stderr, status=2) |