summaryrefslogtreecommitdiffstats
path: root/test/preserve-source.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-11-23 08:12:11 (GMT)
committerSteven Knight <knight@baldmt.com>2002-11-23 08:12:11 (GMT)
commite891e39fcc8671d7a5ad2073e866d85ad9c9e362 (patch)
tree4f55b4289e3c4abe3cbc5f9cece674db33b611e0 /test/preserve-source.py
parent35fa4fb9b7914a860b985bc306f50e1b25dc6361 (diff)
downloadSCons-e891e39fcc8671d7a5ad2073e866d85ad9c9e362.zip
SCons-e891e39fcc8671d7a5ad2073e866d85ad9c9e362.tar.gz
SCons-e891e39fcc8671d7a5ad2073e866d85ad9c9e362.tar.bz2
Make building source files fail like Make.
Diffstat (limited to 'test/preserve-source.py')
-rw-r--r--test/preserve-source.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/preserve-source.py b/test/preserve-source.py
index b0acdaa..5eddeec 100644
--- a/test/preserve-source.py
+++ b/test/preserve-source.py
@@ -53,7 +53,8 @@ test.run(arguments = '.')
test.fail_test(test.read('aaa.out') != "aaa.in\n")
#
-test.run(arguments = "aaa.in", stdout = test.wrap_stdout(""))
+test.run(arguments = "aaa.in",
+ stdout = test.wrap_stdout("scons: Nothing to be done for `aaa.in'.\n"))
test.fail_test(not os.path.exists('aaa.in'))