diff options
author | Steven Knight <knight@baldmt.com> | 2002-11-27 02:02:36 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-11-27 02:02:36 (GMT) |
commit | 814029abd36603a70bc402826c79a5fdefe3c2a1 (patch) | |
tree | 4edf62d6b0b5114ef5baf54a802a7f1c648172e0 /test/scan-once.py | |
parent | dd30a312b7c59abd25d41c3d332df57801abf66b (diff) | |
download | SCons-814029abd36603a70bc402826c79a5fdefe3c2a1.zip SCons-814029abd36603a70bc402826c79a5fdefe3c2a1.tar.gz SCons-814029abd36603a70bc402826c79a5fdefe3c2a1.tar.bz2 |
Provide graceful failures when a source file doesn't exist and can't be build, and when a nonexistent drive letter is used on Win32.
Diffstat (limited to 'test/scan-once.py')
-rw-r--r-- | test/scan-once.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/scan-once.py b/test/scan-once.py index 7ddf9c9..19cb495 100644 --- a/test/scan-once.py +++ b/test/scan-once.py @@ -60,12 +60,6 @@ f3 = env.Echo(source=['file3'], target=['file4']) Default(f3) """) -test.run(arguments = '.', - stdout = test.wrap_stdout("""create file2.s from file1.s -create file3.s from file2.s -create file4.s from file3.s -""")) - test.write('file1.s', 'file1.s\n') test.run(arguments = '.', |