summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/test.tcl
diff options
context:
space:
mode:
authorfche <fche>2007-10-03 22:24:51 +0000
committerfche <fche>2007-10-03 22:24:51 +0000
commite1808c5cd2f33903e63e1ce3fff54c3838130635 (patch)
tree4a1e152eaf16eff9afb225f160a9117df9329bd7 /testsuite/systemtap.syscall/test.tcl
parent60ba482cc7455d45a9ce5b6f6021a0ccdc3ee70b (diff)
downloadsystemtap-steved-e1808c5cd2f33903e63e1ce3fff54c3838130635.tar.gz
systemtap-steved-e1808c5cd2f33903e63e1ce3fff54c3838130635.tar.xz
systemtap-steved-e1808c5cd2f33903e63e1ce3fff54c3838130635.zip
testsuite verbosity cleanup
2007-10-03 Frank Ch. Eigler <fche@elastic.org> * systemtap.syscall/test.tcl: Don't list PASS on stdout.
Diffstat (limited to 'testsuite/systemtap.syscall/test.tcl')
-rwxr-xr-xtestsuite/systemtap.syscall/test.tcl2
1 files changed, 1 insertions, 1 deletions
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:"