projects
/
platform
/
upstream
/
scons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb0e77
)
Add string of actual output when the commands in this test are run manually. It appea...
author
William Deegan
<bill@baddogconsulting.com>
Tue, 29 Aug 2017 22:22:01 +0000
(15:22 -0700)
committer
William Deegan
<bill@baddogconsulting.com>
Tue, 29 Aug 2017 22:22:01 +0000
(15:22 -0700)
test/Interactive/configure.py
patch
|
blob
|
history
diff --git
a/test/Interactive/configure.py
b/test/Interactive/configure.py
index 1a92f6c4fa0e9d8c9669a4c0fd7d56955a8e07bf..906a7e90003cd24d9c48c231492ac093fe411cc3 100644
(file)
--- 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