summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.context/backtrace.tcl
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-02-23 15:36:53 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-02-23 15:36:53 -0500
commit53de687e0ca376db7ff55219833542982e477900 (patch)
treee9695c1a4defeacde66d53ea7d473b980cad2346 /testsuite/systemtap.context/backtrace.tcl
parentb82961aac5cf401b2fbd52970cd28766b026d0aa (diff)
downloadsystemtap-steved-53de687e0ca376db7ff55219833542982e477900.tar.gz
systemtap-steved-53de687e0ca376db7ff55219833542982e477900.tar.xz
systemtap-steved-53de687e0ca376db7ff55219833542982e477900.zip
PR5770: false systemtap/eof/timeout messages in testsuite.log
2008-02-23 Frank Ch. Eigler <fche@elastic.org> * */*.exp: Change all "send \003" to "exec kill -INT -<pgrp>" in order to more reliably kill an inferior stap/stapio/staprun process group.
Diffstat (limited to 'testsuite/systemtap.context/backtrace.tcl')
-rw-r--r--testsuite/systemtap.context/backtrace.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.context/backtrace.tcl b/testsuite/systemtap.context/backtrace.tcl
index 703f0ec2..f359cd41 100644
--- a/testsuite/systemtap.context/backtrace.tcl
+++ b/testsuite/systemtap.context/backtrace.tcl
@@ -117,7 +117,7 @@ expect {
}
eof {fail "backtrace of yyy_func3, yyy_func4.return and timer.profile. unexpected EOF" }
}
-send "\003"
+exec kill -INT -[exp_pid]
if {$m1 == 4} {
pass "backtrace of yyy_func3"
} else {