diff options
author | Steven Knight <knight@baldmt.com> | 2004-10-27 11:36:40 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-10-27 11:36:40 (GMT) |
commit | d4e57deb7edf480a8c95542d4dd2afe4e756a137 (patch) | |
tree | dd5ca9d95dda271ba13b853f7abc2d82ccaacea8 /test/option-f.py | |
parent | dd9a6d52a84c445b7516fc80b72f2baa3bc8b937 (diff) | |
download | SCons-d4e57deb7edf480a8c95542d4dd2afe4e756a137.zip SCons-d4e57deb7edf480a8c95542d4dd2afe4e756a137.tar.gz SCons-d4e57deb7edf480a8c95542d4dd2afe4e756a137.tar.bz2 |
Better test handling of File lines in stack traces. (Chad Austin)
Diffstat (limited to 'test/option-f.py')
-rw-r--r-- | test/option-f.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/option-f.py b/test/option-f.py index 06afece..da3a364 100644 --- a/test/option-f.py +++ b/test/option-f.py @@ -89,7 +89,6 @@ test.run(arguments = '-f no_such_file .', stderr = None) test.fail_test(not test.match_re(test.stderr(), """ scons: warning: Ignoring missing SConscript 'no_such_file' -File "[^"]+", line \d+, in .* -""")) +""" + TestSCons.file_expr)) test.pass_test() |