diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-13 21:41:40 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-13 21:41:40 (GMT) |
commit | 85a62e89d40cb4b0f53ee13f4758af6251696b2e (patch) | |
tree | 75e23b7c5fd6ecaa015d5f98e2e271e8eda08dbd /test/multi.py | |
parent | 374c668222a12df79a792b37ffaec7bd3a7aa221 (diff) | |
download | SCons-85a62e89d40cb4b0f53ee13f4758af6251696b2e.zip SCons-85a62e89d40cb4b0f53ee13f4758af6251696b2e.tar.gz SCons-85a62e89d40cb4b0f53ee13f4758af6251696b2e.tar.bz2 |
Better error message when a target is built multiple ways. (Kevin Quick)
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 bc5bc7d..f7161a1 100644 --- a/test/multi.py +++ b/test/multi.py @@ -81,7 +81,7 @@ test.write('file2b.in', 'file2b.in\n') test.run(arguments='file2.out', status=2, stderr=""" -scons: *** Multiple ways to build the same target were specified for: file2.out +scons: *** Multiple ways to build the same target were specified for: file2.out (from ['file2a.in'] and from ['file2b.in']) File "SConstruct", line 10, in ? """) |