summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-01-25 20:20:17 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2016-01-25 20:20:17 -0800
commitabf8bc77e2499aaa33635984b2adf1485274dda9 (patch)
tree8bd9d79f292f24bf70415432efaef77bdb9a51fb
parent74cfc70d20c54fd84db36d76cb6b9c0949e0ae4a (diff)
downloadscons-abf8bc77e2499aaa33635984b2adf1485274dda9.tar.gz
change test to verify that the source file name is in the output. Though test will fail if it is not as compile line will miss source file name.
-rw-r--r--test/Batch/changed_sources_alwaysbuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Batch/changed_sources_alwaysbuild.py b/test/Batch/changed_sources_alwaysbuild.py
index e726d04a..4446f2d0 100644
--- a/test/Batch/changed_sources_alwaysbuild.py
+++ b/test/Batch/changed_sources_alwaysbuild.py
@@ -41,6 +41,7 @@ test.run()
# makes it into CHANGED_SOURCES.
# Compile is triggered because SCons knows it needs to build it
test.run()
+test.must_contain_all_lines(test.stdout(),['changed_sources_main.cpp'])
test.pass_test()
# Local Variables: