diff options
author | Stan Cox <scox@redhat.com> | 2009-04-17 10:15:41 -0400 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2009-04-17 10:15:41 -0400 |
commit | 2a22df62a80d032e9450570c32009bfea4be7305 (patch) | |
tree | f1bf4b23ab1df3265aa34412ecb0ee17e3f8de38 /testsuite/systemtap.base | |
parent | 0f2c85234527a02ca73909169a6750446a5a94f5 (diff) | |
download | systemtap-steved-2a22df62a80d032e9450570c32009bfea4be7305.tar.gz systemtap-steved-2a22df62a80d032e9450570c32009bfea4be7305.tar.xz systemtap-steved-2a22df62a80d032e9450570c32009bfea4be7305.zip |
Output probe calling sequence comment
* dtrace: Output probe calling sequence comment
Diffstat (limited to 'testsuite/systemtap.base')
-rw-r--r-- | testsuite/systemtap.base/static_uprobes.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/static_uprobes.exp b/testsuite/systemtap.base/static_uprobes.exp index 07ff83e9..1e53d5d3 100644 --- a/testsuite/systemtap.base/static_uprobes.exp +++ b/testsuite/systemtap.base/static_uprobes.exp @@ -93,7 +93,6 @@ if {[installtest_p]} { if {[catch {exec $dtrace -h -s $sup_dpath} res]} { verbose -log "unable to run $dtrace: $res" } -catch {exec rm -f $sup_dpath} if {[file exists $sup_hpath]} then { pass "$test dtrace" } else { |