diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-09-17 00:22:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 00:22:53 (GMT) |
commit | 8ebbb422ea567ca49cd3185cd45def21622515a1 (patch) | |
tree | acdfc30ba8089f946363cf8a25ab60411dc57787 /test/Interactive | |
parent | 00aad0861206c19e19cd270fa5935e0e22500332 (diff) | |
parent | f3937a8b0f71fc10e05e81aaaf47824600d3be58 (diff) | |
download | SCons-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.py | 17 |
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: |