summaryrefslogtreecommitdiff
path: root/test/LINK
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-03-18 09:31:32 -0600
committerMats Wichmann <mats@linux.com>2020-03-18 09:31:32 -0600
commit49b8cef15d3e44406d58919dd702cd1085c18050 (patch)
treedf77f737ff09dcc5c4bef1efef41b781c21ae21c /test/LINK
parent7b0ec3e478423829e9ed23938d6aed178a140343 (diff)
downloadscons-git-49b8cef15d3e44406d58919dd702cd1085c18050.tar.gz
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/LINK')
-rw-r--r--test/LINK/applelink.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/LINK/applelink.py b/test/LINK/applelink.py
index c631e3282..d43e33202 100644
--- a/test/LINK/applelink.py
+++ b/test/LINK/applelink.py
@@ -34,8 +34,6 @@ _exe = TestSCons._exe
test = TestSCons.TestSCons()
-# test.verbose_set(1)
-
# Test issue # 2580
test.dir_fixture('applelink_image')
test.run(arguments='-f SConstruct_gh2580 -Q -n', stdout='gcc -o foo.o -c -Fframeworks foo.c\n')