summaryrefslogtreecommitdiffstats
path: root/test/multi.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-10-27 11:36:40 (GMT)
committerSteven Knight <knight@baldmt.com>2004-10-27 11:36:40 (GMT)
commitd4e57deb7edf480a8c95542d4dd2afe4e756a137 (patch)
treedd5ca9d95dda271ba13b853f7abc2d82ccaacea8 /test/multi.py
parentdd9a6d52a84c445b7516fc80b72f2baa3bc8b937 (diff)
downloadSCons-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.py2
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")