diff options
author | Steven Knight <knight@baldmt.com> | 2004-11-11 11:42:53 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-11-11 11:42:53 (GMT) |
commit | 660b88bdece9aca1016b16f11b78663c9a57a822 (patch) | |
tree | 4fef983676358f4f0a553fed0e037760f058ebe1 /test/exceptions.py | |
parent | d74794f92c9d9cdbf0e4b4c07a9b303bdb02fe66 (diff) | |
download | SCons-660b88bdece9aca1016b16f11b78663c9a57a822.zip SCons-660b88bdece9aca1016b16f11b78663c9a57a822.tar.gz SCons-660b88bdece9aca1016b16f11b78663c9a57a822.tar.bz2 |
Handle moved SCons source tree. (Kevin Quick)
Diffstat (limited to 'test/exceptions.py')
-rw-r--r-- | test/exceptions.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/exceptions.py b/test/exceptions.py index 7b45a4b..584d4f1 100644 --- a/test/exceptions.py +++ b/test/exceptions.py @@ -46,11 +46,12 @@ test.write('foo.in', "foo.in\n") expected_stderr = """scons: \*\*\* \[foo.out\] Exception Traceback \((most recent call|innermost) last\): - File ".+", line \d+, in \S+ +( File ".+", line \d+, in \S+ [^\n]+ - File ".+", line \d+, in \S+ +)*( File ".+", line \d+, in \S+ +)*( File ".+", line \d+, in \S+ [^\n]+ - File "SConstruct", line 3, in func +)* File "SConstruct", line 3, in func raise "func exception" func exception """ |