summaryrefslogtreecommitdiffstats
path: root/test/Configure/issue-3469/issue-3469.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-03-18 15:31:32 (GMT)
committerMats Wichmann <mats@linux.com>2020-03-18 15:31:32 (GMT)
commit49b8cef15d3e44406d58919dd702cd1085c18050 (patch)
treedf77f737ff09dcc5c4bef1efef41b781c21ae21c /test/Configure/issue-3469/issue-3469.py
parent7b0ec3e478423829e9ed23938d6aed178a140343 (diff)
downloadSCons-49b8cef15d3e44406d58919dd702cd1085c18050.zip
SCons-49b8cef15d3e44406d58919dd702cd1085c18050.tar.gz
SCons-49b8cef15d3e44406d58919dd702cd1085c18050.tar.bz2
Remove verbose_set calls from tests
test.verbose_set() enables verbose mode, can be a useful debugging aid. Shouldn't be left in in production tests, as it creates noise in the test log. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Configure/issue-3469/issue-3469.py')
-rw-r--r--test/Configure/issue-3469/issue-3469.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Configure/issue-3469/issue-3469.py b/test/Configure/issue-3469/issue-3469.py
index a2fd7c2..e29e179 100644
--- a/test/Configure/issue-3469/issue-3469.py
+++ b/test/Configure/issue-3469/issue-3469.py
@@ -38,7 +38,6 @@ _obj = TestSCons._obj
_python_ = TestSCons._python_
test = TestSCons.TestSCons()
-test.verbose_set(1)
NCR = test.NCR # non-cached rebuild
CR = test.CR # cached rebuild (up to date)