From 601af04ff6048bc51478c166295cb55105b91803 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 25 Jan 2016 20:20:17 -0800 Subject: 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. --- test/Batch/changed_sources_alwaysbuild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Batch/changed_sources_alwaysbuild.py b/test/Batch/changed_sources_alwaysbuild.py index e726d04..4446f2d 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: -- cgit v0.12