summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf
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.printf
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.printf')
-rw-r--r--testsuite/systemtap.printf/sharedbuf.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.printf/sharedbuf.exp b/testsuite/systemtap.printf/sharedbuf.exp
index 6a182716..b1fd4c72 100644
--- a/testsuite/systemtap.printf/sharedbuf.exp
+++ b/testsuite/systemtap.printf/sharedbuf.exp
@@ -52,7 +52,7 @@ expect {
}
eof {fail "shared buffer hosting. unexpected EOF" }
}
-send "\003"
+exec kill -INT -[exp_pid]
if {$c1 == 2 && $c2 == 2} {
pass "buffer sharing"
} else {