From 87ca0f3761f70d2b3db8e4d8a7b293d1ca159f8a Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 3 Oct 2007 18:24:28 -0400 Subject: testsuite verbosity cleanup 2007-10-03 Frank Ch. Eigler * systemtap.syscall/test.tcl: Don't list PASS on stdout. --- testsuite/systemtap.syscall/test.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.syscall') diff --git a/testsuite/systemtap.syscall/test.tcl b/testsuite/systemtap.syscall/test.tcl index 21db59fd..a3ac7f49 100755 --- a/testsuite/systemtap.syscall/test.tcl +++ b/testsuite/systemtap.syscall/test.tcl @@ -85,7 +85,7 @@ proc run_one_test {filename flags} { } if {$i >= $ind} { set result "PASS" - puts "PASS $testname" + # puts "PASS $testname" } else { set result "FAIL $testname" send_log "$testname FAILED. output of \"$cmd\" was:" -- cgit