diff options
author | hunt <hunt> | 2007-08-15 13:54:36 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-08-15 13:54:36 +0000 |
commit | baf473b06c18baf559baf81f9e099069a7bf0cb5 (patch) | |
tree | bd4e606f354a8f218bfbafcece9a0f44eed61b6e /testsuite/systemtap.printf/mixed_outb.exp | |
parent | 5165afb2d98a125c4e43cc2faf62b23c3756f295 (diff) | |
download | systemtap-steved-baf473b06c18baf559baf81f9e099069a7bf0cb5.tar.gz systemtap-steved-baf473b06c18baf559baf81f9e099069a7bf0cb5.tar.xz systemtap-steved-baf473b06c18baf559baf81f9e099069a7bf0cb5.zip |
2007-08-15 Martin Hunt <hunt@redhat.com>
* systemtap.printf/*b.exp: Use stap_merge.tcl.
Diffstat (limited to 'testsuite/systemtap.printf/mixed_outb.exp')
-rw-r--r-- | testsuite/systemtap.printf/mixed_outb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.printf/mixed_outb.exp b/testsuite/systemtap.printf/mixed_outb.exp index 8b6d14f0..9d1be4c6 100644 --- a/testsuite/systemtap.printf/mixed_outb.exp +++ b/testsuite/systemtap.printf/mixed_outb.exp @@ -6,7 +6,7 @@ if {![installtest_p]} { untested $TEST_NAME; return } # Look for stap_merge in the toplevel build directory # and if that fails, use "which" to try to find a copy # in the path. -set stap_merge_path "$srcdir/../stap_merge" +set stap_merge_path "$srcdir/../runtime/staprun/stap_merge.tcl" if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } |