summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-31 11:41:28 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-31 11:41:28 -0700
commit6fcbd22acf9b6bdc6cb838ae00dec2fe7af7b035 (patch)
tree415e7b385a3a8a7697d37fbc1bb8ae8f9726b296
parent9d71d5d5611c4ff00b29df529e6bc3bb5bafbe01 (diff)
parenta2961616ada197eb20e8f635b444c0c848afbbfc (diff)
downloadscons-6fcbd22acf9b6bdc6cb838ae00dec2fe7af7b035.tar.gz
Merged scons/scons into default
-rw-r--r--test/Interactive/configure.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/Interactive/configure.py b/test/Interactive/configure.py
index 1a92f6c4..906a7e90 100644
--- a/test/Interactive/configure.py
+++ b/test/Interactive/configure.py
@@ -120,6 +120,20 @@ test.finish(scons, stdout = expect_stdout, match=TestSCons.match_re)
test.pass_test()
+actual_output_to_be_handled="""
+Actual output
+python3.6 ~/devel/scons/hg/scons/src/script/scons.py -Q --interactive
+scons>>> build foo.obj
+/opt/local/bin/python3.6 mycc.py foo.obj foo.cpp
+scons>>> build foo.obj
+scons: `foo.obj' is up to date.
+scons>>> b foo.obj
+/opt/local/bin/python3.6 mycc.py foo.obj foo.cpp
+scons>>> build foo.obj
+scons: `foo.obj' is up to date.
+scons>>>
+"""
+
# Local Variables:
# tab-width:4
# indent-tabs-mode:nil