From a4de985a1a9d7f47858abb1e3037a90a2d50dbc4 Mon Sep 17 00:00:00 2001 From: Srikar Dronamraju Date: Tue, 13 Jan 2009 11:14:37 +0530 Subject: send/send_log needs a -- with a constant string that starts with ----- --- testsuite/systemtap.syscall/test.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/systemtap.syscall/test.tcl b/testsuite/systemtap.syscall/test.tcl index 66a943d6..db0df138 100755 --- a/testsuite/systemtap.syscall/test.tcl +++ b/testsuite/systemtap.syscall/test.tcl @@ -106,7 +106,7 @@ proc run_one_test {filename flags} { } } if {$i < $ind} { - send_log "--------- EXPECTED and NOT MATCHED ----------\n" + send_log -- "--------- EXPECTED and NOT MATCHED ----------\n" } for {} {$i < $ind} {incr i} { send_log "$results($i)\n" -- cgit