summaryrefslogtreecommitdiffstats
path: root/test/scan-once.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-11-27 02:02:36 (GMT)
committerSteven Knight <knight@baldmt.com>2002-11-27 02:02:36 (GMT)
commit814029abd36603a70bc402826c79a5fdefe3c2a1 (patch)
tree4edf62d6b0b5114ef5baf54a802a7f1c648172e0 /test/scan-once.py
parentdd30a312b7c59abd25d41c3d332df57801abf66b (diff)
downloadSCons-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.py6
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 = '.',