summaryrefslogtreecommitdiffstats
path: root/test/option
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-12-27 19:27:44 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-12-27 19:27:44 (GMT)
commit4882d361c6bb9c7ea2863227bc5ff411b15e1da4 (patch)
tree5ae8a692756f10575319ae08dc0c50e819b83ec3 /test/option
parent78d62652009205461d5d7a7eaf3bb8c2cf7e12a8 (diff)
downloadSCons-4882d361c6bb9c7ea2863227bc5ff411b15e1da4.zip
SCons-4882d361c6bb9c7ea2863227bc5ff411b15e1da4.tar.gz
SCons-4882d361c6bb9c7ea2863227bc5ff411b15e1da4.tar.bz2
[travis skip] restore to non-debug settings.
Diffstat (limited to 'test/option')
-rw-r--r--test/option/taskmastertrace.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/option/taskmastertrace.py b/test/option/taskmastertrace.py
index 11cbf1e..d48590e 100644
--- a/test/option/taskmastertrace.py
+++ b/test/option/taskmastertrace.py
@@ -31,7 +31,7 @@ Simple tests of the --taskmastertrace= option.
import TestSCons
test = TestSCons.TestSCons()
-test.verbose_set(3)
+# test.verbose_set(3)
test.write('SConstruct', """
DefaultEnvironment(tools=[])
@@ -129,12 +129,8 @@ Taskmaster: No candidate anymore.
test.run(arguments='--taskmastertrace=- .', stdout=expect_stdout)
-
-
test.run(arguments='-c .')
-
-
expect_stdout = test.wrap_stdout("""\
Copy("Tfile.mid", "Tfile.in")
Copy("Tfile.out", "Tfile.mid")