summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Configure/issue-2906-useful-duplicate-configure-message.py1
-rw-r--r--test/Configure/issue-3469/issue-3469.py1
-rw-r--r--test/Configure/option--config.py1
-rw-r--r--test/Java/Java-1.6.py2
-rw-r--r--test/Java/Java-1.8.py2
-rw-r--r--test/Java/RMIC.py2
-rw-r--r--test/Java/multi-step.py1
-rw-r--r--test/LINK/applelink.py2
-rw-r--r--test/Libs/SharedLibrary.py1
-rw-r--r--test/MSVC/mssdk.py1
-rw-r--r--test/Repository/Program.py1
-rw-r--r--test/TEX/subdir_variantdir_include.py2
-rw-r--r--test/TEX/subdir_variantdir_include2.py2
-rw-r--r--test/TEX/subdir_variantdir_input.py2
-rw-r--r--test/option/taskmastertrace.py1
-rw-r--r--test/textfile/issue-3540.py2
-rw-r--r--test/textfile/issue-3550.py2
-rw-r--r--test/update-release-info/update-release-info.py1
18 files changed, 0 insertions, 27 deletions
diff --git a/test/Configure/issue-2906-useful-duplicate-configure-message.py b/test/Configure/issue-2906-useful-duplicate-configure-message.py
index c980bd3..94c55c0 100644
--- a/test/Configure/issue-2906-useful-duplicate-configure-message.py
+++ b/test/Configure/issue-2906-useful-duplicate-configure-message.py
@@ -34,7 +34,6 @@ https://github.com/SCons/scons/issues/2906
import TestSCons
test = TestSCons.TestSCons()
-test.verbose_set(1)
test.file_fixture('./fixture/SConstruct.issue-2906', 'SConstruct')
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)
diff --git a/test/Configure/option--config.py b/test/Configure/option--config.py
index 8b23496..f31336f 100644
--- a/test/Configure/option--config.py
+++ b/test/Configure/option--config.py
@@ -34,7 +34,6 @@ from TestSCons import TestSCons, ConfigCheckInfo, _obj
from TestCmd import IS_WINDOWS
test = TestSCons()
-# test.verbose_set(1)
test.subdir('include')
diff --git a/test/Java/Java-1.6.py b/test/Java/Java-1.6.py
index 7bda650..b99a26a 100644
--- a/test/Java/Java-1.6.py
+++ b/test/Java/Java-1.6.py
@@ -41,8 +41,6 @@ version = '1.6'
where_javac, java_version = test.java_where_javac(version)
javac_path=os.path.dirname(where_javac)
-# test.verbose_set(1)
-
if ' ' in javac_path:
javac_path ='"%s"'%javac_path
java_arguments=["--javac_path=%s"%javac_path,"--java_version=%s"%version]
diff --git a/test/Java/Java-1.8.py b/test/Java/Java-1.8.py
index 8e85889..4fcfe2b 100644
--- a/test/Java/Java-1.8.py
+++ b/test/Java/Java-1.8.py
@@ -41,8 +41,6 @@ version = '1.8'
where_javac, java_version = test.java_where_javac(version)
javac_path=os.path.dirname(where_javac)
-# test.verbose_set(1)
-
if ' ' in javac_path:
javac_path ='"%s"'%javac_path
java_arguments=["--javac_path=%s"%javac_path,"--java_version=%s"%version]
diff --git a/test/Java/RMIC.py b/test/Java/RMIC.py
index 67135b9..519ad5b 100644
--- a/test/Java/RMIC.py
+++ b/test/Java/RMIC.py
@@ -32,8 +32,6 @@ _python_ = TestSCons._python_
test = TestSCons.TestSCons()
-# test.verbose_set(1)
-
test.write('myrmic.py', r"""
import os
import sys
diff --git a/test/Java/multi-step.py b/test/Java/multi-step.py
index d0b3450..b3f9896 100644
--- a/test/Java/multi-step.py
+++ b/test/Java/multi-step.py
@@ -33,7 +33,6 @@ import os
import TestSCons
test = TestSCons.TestSCons()
-# test.verbose_set(1)
where_javac, java_version = test.java_where_javac()
where_javah = test.java_where_javah()
diff --git a/test/LINK/applelink.py b/test/LINK/applelink.py
index c631e32..d43e332 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')
diff --git a/test/Libs/SharedLibrary.py b/test/Libs/SharedLibrary.py
index 9e22cfa..3d2c734 100644
--- a/test/Libs/SharedLibrary.py
+++ b/test/Libs/SharedLibrary.py
@@ -30,7 +30,6 @@ import sys
import TestSCons
test = TestSCons.TestSCons()
-test.verbose_set(1)
test.write('SConstruct', """
import sys
diff --git a/test/MSVC/mssdk.py b/test/MSVC/mssdk.py
index 8d1bb5c..9890d48 100644
--- a/test/MSVC/mssdk.py
+++ b/test/MSVC/mssdk.py
@@ -32,7 +32,6 @@ import time
import TestSCons
test = TestSCons.TestSCons()
-test.verbose_set(1)
test.skip_if_not_msvc()
diff --git a/test/Repository/Program.py b/test/Repository/Program.py
index 75860a7..1af3578 100644
--- a/test/Repository/Program.py
+++ b/test/Repository/Program.py
@@ -35,7 +35,6 @@ else:
for implicit_deps in ['0', '1', '"all"']:
# First, test a single repository.
test = TestSCons.TestSCons()
- test.verbose_set(1)
test.subdir('repository', 'work1')
repository = test.workpath('repository')
repository_foo_c = test.workpath('repository', 'foo.c')
diff --git a/test/TEX/subdir_variantdir_include.py b/test/TEX/subdir_variantdir_include.py
index a7004b5..d99d996 100644
--- a/test/TEX/subdir_variantdir_include.py
+++ b/test/TEX/subdir_variantdir_include.py
@@ -38,8 +38,6 @@ import TestSCons
test = TestSCons.TestSCons()
-#test.verbose_set(2)
-
latex = test.where_is('latex')
if not latex:
test.skip_test("Could not find 'latex'; skipping test.\n")
diff --git a/test/TEX/subdir_variantdir_include2.py b/test/TEX/subdir_variantdir_include2.py
index 5a0b49f..790eb66 100644
--- a/test/TEX/subdir_variantdir_include2.py
+++ b/test/TEX/subdir_variantdir_include2.py
@@ -39,8 +39,6 @@ import TestSCons
test = TestSCons.TestSCons()
-#test.verbose_set(2)
-
latex = test.where_is('latex')
if not latex:
test.skip_test("Could not find 'latex'; skipping test.\n")
diff --git a/test/TEX/subdir_variantdir_input.py b/test/TEX/subdir_variantdir_input.py
index c817c83..83c72aa 100644
--- a/test/TEX/subdir_variantdir_input.py
+++ b/test/TEX/subdir_variantdir_input.py
@@ -38,8 +38,6 @@ import TestSCons
test = TestSCons.TestSCons()
-#test.verbose_set(2)
-
latex = test.where_is('latex')
if not latex:
test.skip_test("Could not find 'latex'; skipping test.\n")
diff --git a/test/option/taskmastertrace.py b/test/option/taskmastertrace.py
index d48590e..fc8522c 100644
--- a/test/option/taskmastertrace.py
+++ b/test/option/taskmastertrace.py
@@ -31,7 +31,6 @@ Simple tests of the --taskmastertrace= option.
import TestSCons
test = TestSCons.TestSCons()
-# test.verbose_set(3)
test.write('SConstruct', """
DefaultEnvironment(tools=[])
diff --git a/test/textfile/issue-3540.py b/test/textfile/issue-3540.py
index b53f06a..44a185b 100644
--- a/test/textfile/issue-3540.py
+++ b/test/textfile/issue-3540.py
@@ -34,8 +34,6 @@ import TestSCons
test = TestSCons.TestSCons()
-# test.verbose_set(1)
-
test.file_fixture('fixture/substfile.in', 'substfile.in')
test.file_fixture('fixture/SConstruct.issue-3540', 'SConstruct')
diff --git a/test/textfile/issue-3550.py b/test/textfile/issue-3550.py
index 5951d1b..de82ee2 100644
--- a/test/textfile/issue-3550.py
+++ b/test/textfile/issue-3550.py
@@ -34,8 +34,6 @@ import TestSCons
test = TestSCons.TestSCons()
-# test.verbose_set(1)
-
match_mode = 'r'
test.file_fixture('fixture/SConstruct.issue-3550', 'SConstruct')
diff --git a/test/update-release-info/update-release-info.py b/test/update-release-info/update-release-info.py
index a6ce5b4..59c567f 100644
--- a/test/update-release-info/update-release-info.py
+++ b/test/update-release-info/update-release-info.py
@@ -49,7 +49,6 @@ test = TestRuntest.TestRuntest(
program=os.path.join('bin', 'update-release-info.py'),
things_to_copy=['bin']
)
-# test.verbose_set(1)
if not os.path.exists(test.program):
test.skip_test("update-release-info.py is not distributed in this package\n")