summaryrefslogtreecommitdiffstats
path: root/test/Interactive
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-09-12 18:06:39 (GMT)
committerMats Wichmann <mats@linux.com>2019-09-12 18:06:39 (GMT)
commitf3937a8b0f71fc10e05e81aaaf47824600d3be58 (patch)
tree692d8ce361e0a44fd524857d3e963102bef0217e /test/Interactive
parent2781e4e52b0910c408b0ffc7c0bc1b511a42a754 (diff)
downloadSCons-f3937a8b0f71fc10e05e81aaaf47824600d3be58.zip
SCons-f3937a8b0f71fc10e05e81aaaf47824600d3be58.tar.gz
SCons-f3937a8b0f71fc10e05e81aaaf47824600d3be58.tar.bz2
[PR #3444] fix test issues with --debug removals
There were several uses of deprecated debug flags that had not been moved to to test/Deprecated, and so were missed when those moved to test/Removed. Also removed options from manpage. Signed-off-by: Mats Wichmann <mats@linux.com>
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: