diff options
author | Stan Cox <scox@redhat.com> | 2009-10-20 06:56:31 -0400 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2009-10-20 06:56:31 -0400 |
commit | 1c0b2b1591333280015fc97ce5736d523b0fd0dc (patch) | |
tree | 27495157b01afcb5303e1b928cd088d50db56f4c /testsuite | |
parent | f10d126854eec887ddef18b1d04a8b5ec6505d65 (diff) | |
download | systemtap-steved-1c0b2b1591333280015fc97ce5736d523b0fd0dc.tar.gz systemtap-steved-1c0b2b1591333280015fc97ce5736d523b0fd0dc.tar.xz systemtap-steved-1c0b2b1591333280015fc97ce5736d523b0fd0dc.zip |
tcl.exp path fix.
tcl.exp (run_tests): Fix stap path.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/systemtap.base/tcl.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/tcl.exp b/testsuite/systemtap.base/tcl.exp index 7e21091a..5e51609d 100644 --- a/testsuite/systemtap.base/tcl.exp +++ b/testsuite/systemtap.base/tcl.exp @@ -87,7 +87,7 @@ puts $fp " function run_tests \{ (cd $tcldir/.. MOD=stapsdt_\$(date +%j%k%M%N | sed 's/ //') -/work/scox/virginsystemtap/install/bin/stap -m \$MOD -c install/bin/tclsh$tclreleasemajor $testsuite/stap-tcl.stp $testsuite/tcl/install/lib//libtcl$tclreleasemajor.so << END >$testsuite/stap-tcl-markers.log 2>&1 +stap -m \$MOD -c install/bin/tclsh$tclreleasemajor $testsuite/stap-tcl.stp $testsuite/tcl/install/lib//libtcl$tclreleasemajor.so << END >$testsuite/stap-tcl-markers.log 2>&1 source src/tests/all.tcl quit END |