diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-04-23 00:09:12 -0400 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-04-23 00:09:12 -0400 |
commit | 3add5ff43e63d4d4d5547a75a8b49fb6d6b99341 (patch) | |
tree | 06270930e2edf2a630a18c904ce9aa23fd326fb9 /testsuite/systemtap.base/kprobes.exp | |
parent | 6594f3f41e1d8d9ccb1e89d6734c0fd4da121fc0 (diff) | |
download | systemtap-steved-3add5ff43e63d4d4d5547a75a8b49fb6d6b99341.tar.gz systemtap-steved-3add5ff43e63d4d4d5547a75a8b49fb6d6b99341.tar.xz systemtap-steved-3add5ff43e63d4d4d5547a75a8b49fb6d6b99341.zip |
Tweak kprobes test case
* testsuite/systemtap.base/kprobes.exp: Add expected message.
* testsuite/systemtap.base/kprobes.stp: Ditto.
Diffstat (limited to 'testsuite/systemtap.base/kprobes.exp')
-rw-r--r-- | testsuite/systemtap.base/kprobes.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/kprobes.exp b/testsuite/systemtap.base/kprobes.exp index 240ecd82..635930f8 100644 --- a/testsuite/systemtap.base/kprobes.exp +++ b/testsuite/systemtap.base/kprobes.exp @@ -1,2 +1,2 @@ set test "kprobes" -stap_run $srcdir/$subdir/$test.stp +stap_run $srcdir/$subdir/$test.stp no_load "probe point hit" |