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/multi.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/multi.py')
-rw-r--r-- | test/multi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/multi.py b/test/multi.py index 8e590d9..ef8a207 100644 --- a/test/multi.py +++ b/test/multi.py @@ -161,7 +161,7 @@ test.write('file5b.in', 'file5b.in\n') test.run(arguments='file5.out', stderr=TestSCons.re_escape(""" scons: warning: Two different environments were specified for target file5.out, - but they appear to have the same action: build(target, source, env) + but they appear to have the same action: build(["file5.out"], ["file5b.in"]) """) + TestSCons.file_expr) test.must_match('file5.out', "file5a.in\nfile5b.in\n") |