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 | |
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')
-rw-r--r-- | testsuite/systemtap.printf/end1b.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/mixed_outb.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/out1b.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/out2b.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/out3b.exp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/systemtap.printf/end1b.exp b/testsuite/systemtap.printf/end1b.exp index aaf79313..b1b75c52 100644 --- a/testsuite/systemtap.printf/end1b.exp +++ b/testsuite/systemtap.printf/end1b.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 } 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 } diff --git a/testsuite/systemtap.printf/out1b.exp b/testsuite/systemtap.printf/out1b.exp index a8c7ed93..0242dee6 100644 --- a/testsuite/systemtap.printf/out1b.exp +++ b/testsuite/systemtap.printf/out1b.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 } diff --git a/testsuite/systemtap.printf/out2b.exp b/testsuite/systemtap.printf/out2b.exp index 7d30395a..be050854 100644 --- a/testsuite/systemtap.printf/out2b.exp +++ b/testsuite/systemtap.printf/out2b.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 } diff --git a/testsuite/systemtap.printf/out3b.exp b/testsuite/systemtap.printf/out3b.exp index 0a3cb45a..2d2b3d0b 100644 --- a/testsuite/systemtap.printf/out3b.exp +++ b/testsuite/systemtap.printf/out3b.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 } |