diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-27 03:58:31 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-12-27 03:58:31 (GMT) |
commit | 947626eca6c9b77b7f157d16616cd54c49a0b73f (patch) | |
tree | eb3a04aeb877b4b1bc04d224210b7014385aafff | |
parent | 6d3cb377534dbf4ad4492a1451a7e3bfaf2987c6 (diff) | |
download | SCons-947626eca6c9b77b7f157d16616cd54c49a0b73f.zip SCons-947626eca6c9b77b7f157d16616cd54c49a0b73f.tar.gz SCons-947626eca6c9b77b7f157d16616cd54c49a0b73f.tar.bz2 |
[travis skip] Turn on verbose info when running this test.
-rw-r--r-- | test/option/taskmastertrace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/option/taskmastertrace.py b/test/option/taskmastertrace.py index b38645f..11cbf1e 100644 --- a/test/option/taskmastertrace.py +++ b/test/option/taskmastertrace.py @@ -31,6 +31,7 @@ Simple tests of the --taskmastertrace= option. import TestSCons test = TestSCons.TestSCons() +test.verbose_set(3) test.write('SConstruct', """ DefaultEnvironment(tools=[]) |