diff options
author | fche <fche> | 2008-02-23 20:37:18 +0000 |
---|---|---|
committer | fche <fche> | 2008-02-23 20:37:18 +0000 |
commit | 4e14d2355434bef975d1e2a1ea05c1a159fcecde (patch) | |
tree | e9695c1a4defeacde66d53ea7d473b980cad2346 /testsuite/systemtap.maps/ix_clear2.exp | |
parent | c7f8de3f00748047b92f117d77d18791eb7e8cca (diff) | |
download | systemtap-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.maps/ix_clear2.exp')
-rw-r--r-- | testsuite/systemtap.maps/ix_clear2.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.maps/ix_clear2.exp b/testsuite/systemtap.maps/ix_clear2.exp index c5e72c36..a1b68628 100644 --- a/testsuite/systemtap.maps/ix_clear2.exp +++ b/testsuite/systemtap.maps/ix_clear2.exp @@ -15,7 +15,7 @@ expect { pass "$test passed" } timeout { - send "\003" + exec kill -INT -[exp_pid] fail "$test timed out" } eof { |