diff options
author | Steven Knight <knight@baldmt.com> | 2002-09-27 23:03:51 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-09-27 23:03:51 (GMT) |
commit | f6141b3f503c8f78fca191bfd59d9785cd81bf10 (patch) | |
tree | 5308bfa21af4adb91d1126edef0648e5fdedb331 /test/multi.py | |
parent | 1523e6f372549807f31962bfbb9d429ead2db9d2 (diff) | |
download | SCons-f6141b3f503c8f78fca191bfd59d9785cd81bf10.zip SCons-f6141b3f503c8f78fca191bfd59d9785cd81bf10.tar.gz SCons-f6141b3f503c8f78fca191bfd59d9785cd81bf10.tar.bz2 |
Support overriding construction variables in builder call. (Anthony Roach)
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 f5201d9..79d463e 100644 --- a/test/multi.py +++ b/test/multi.py @@ -83,7 +83,7 @@ env.B(target = 'foo.out', source = 'bar.in', foo=2) test.run(arguments='foo.out', status=2, stderr=""" -SCons error: Two different sets of build arguments were specified for the same target: foo.out +SCons error: Two different sets of overrides were specified for the same target: foo.out File "SConstruct", line 10, in ? """) |