diff options
Diffstat (limited to 'testsuite/systemtap.syscall/test.tcl')
-rwxr-xr-x | testsuite/systemtap.syscall/test.tcl | 2 |
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:" |