summaryrefslogtreecommitdiffstats
path: root/test/Interactive
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-09-17 00:22:53 (GMT)
committerGitHub <noreply@github.com>2019-09-17 00:22:53 (GMT)
commit8ebbb422ea567ca49cd3185cd45def21622515a1 (patch)
treeacdfc30ba8089f946363cf8a25ab60411dc57787 /test/Interactive
parent00aad0861206c19e19cd270fa5935e0e22500332 (diff)
parentf3937a8b0f71fc10e05e81aaaf47824600d3be58 (diff)
downloadSCons-8ebbb422ea567ca49cd3185cd45def21622515a1.zip
SCons-8ebbb422ea567ca49cd3185cd45def21622515a1.tar.gz
SCons-8ebbb422ea567ca49cd3185cd45def21622515a1.tar.bz2
Merge pull request #3444 from mwichmann/depr-debugs
Remove deprecated debug options
Diffstat (limited to 'test/Interactive')
-rw-r--r--test/Interactive/tree.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/Interactive/tree.py b/test/Interactive/tree.py
index 61faa22..c10962a 100644
--- a/test/Interactive/tree.py
+++ b/test/Interactive/tree.py
@@ -69,23 +69,6 @@ test.must_match(test.workpath('foo.out'), "foo.in 2\n")
-scons.send("build --debug=tree foo.out\n")
-
-expect_stdout = """\
-scons>>> Copy("foo.out", "foo.in")
-scons>>> Touch("1")
-scons>>> Copy("foo.out", "foo.in")
-+-foo.out
- +-foo.in
-scons>>> Touch("2")
-scons>>> scons: `foo.out' is up to date.
-scons>>>
-"""
-
-test.finish(scons, stdout = expect_stdout)
-
-
-
test.pass_test()
# Local Variables: