summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/SideEffect.py1
-rw-r--r--test/preserve-source.py3
2 files changed, 3 insertions, 1 deletions
diff --git a/test/SideEffect.py b/test/SideEffect.py
index 6e37420..6337f68 100644
--- a/test/SideEffect.py
+++ b/test/SideEffect.py
@@ -70,6 +70,7 @@ test.write('bar.in', 'bar.in 2 \n')
test.run(arguments = 'log.txt', stdout=test.wrap_stdout("""\
copy() < bar.in > bar.out
copy() < blat.in > blat.out
+scons: Nothing to be done for `log.txt'.
"""))
expect = """\
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'))