verbose level >= 2 -- too much noise.
Signed-off-by: Ben Elliston <bje@gnu.org>
+2016-03-29 Rob Savoye <rob.savoye@linaro.org>
+
+ * runtest.exp: Only print "searching for <test name>" message at
+ verbose level >= 2 -- too much noise.
+
2016-03-29 Ben Elliston <bje@gnu.org>
* texinfo.tex: Update to latest master version.
# set `runtests' to a list of two elements: the script name
# and any arguments ("" if none).
if {[array exists all_runtests]} {
- verbose "searching for $test_name in [array names all_runtests]"
+ verbose "searching for $test_name in [array names all_runtests]" 2
if { 0 > [lsearch [array names all_runtests] [file tail $test_name]]} {
if { 0 > [lsearch [array names all_runtests] $test_name] } {
continue