summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.printf
diff options
context:
space:
mode:
authorfche <fche>2008-02-23 20:37:18 +0000
committerfche <fche>2008-02-23 20:37:18 +0000
commit4e14d2355434bef975d1e2a1ea05c1a159fcecde (patch)
treee9695c1a4defeacde66d53ea7d473b980cad2346 /testsuite/systemtap.printf
parentc7f8de3f00748047b92f117d77d18791eb7e8cca (diff)
downloadsystemtap-steved-4e14d2355434bef975d1e2a1ea05c1a159fcecde.tar.gz
systemtap-steved-4e14d2355434bef975d1e2a1ea05c1a159fcecde.tar.xz
systemtap-steved-4e14d2355434bef975d1e2a1ea05c1a159fcecde.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 {