aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2016-03-29 11:31:47 +1100
committerBen Elliston <bje@gnu.org>2016-03-29 11:31:47 +1100
commit6459cc2e98caf981af7d0c7d4369d19e1c0b4cf5 (patch)
tree18c3370009e1d6ae5ddc37e3ebb915e018466249 /runtest.exp
parent7ac78cd6ff07bef60e021b2e787fc172b2b18a39 (diff)
downloaddejagnu-6459cc2e98caf981af7d0c7d4369d19e1c0b4cf5.zip
dejagnu-6459cc2e98caf981af7d0c7d4369d19e1c0b4cf5.tar.gz
dejagnu-6459cc2e98caf981af7d0c7d4369d19e1c0b4cf5.tar.bz2
* runtest.exp: Only print "searching for <test name>" message at
verbose level >= 2 -- too much noise. Signed-off-by: Ben Elliston <bje@gnu.org>
Diffstat (limited to 'runtest.exp')
-rw-r--r--runtest.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.exp b/runtest.exp
index d05952b..69d2f79 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -1877,7 +1877,7 @@ foreach current_target $target_list {
# 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