summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/postgres.exp
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2009-10-20 13:42:01 -0400
committerStan Cox <scox@redhat.com>2009-10-20 13:42:01 -0400
commit96c57a86bb8d14b49b2e8b0ab8e9a044b2fadf42 (patch)
treee7f36491b50c7aab11a15c704ac5c0550957dc78 /testsuite/systemtap.base/postgres.exp
parent8aa140d32cf9ddf7e5a58aa35daf8c590806d9e6 (diff)
downloadsystemtap-steved-96c57a86bb8d14b49b2e8b0ab8e9a044b2fadf42.tar.gz
systemtap-steved-96c57a86bb8d14b49b2e8b0ab8e9a044b2fadf42.tar.xz
systemtap-steved-96c57a86bb8d14b49b2e8b0ab8e9a044b2fadf42.zip
Added testsuite to test xulrunner sdt markers.
xulrunner.exp: New testsuite, modelled after mysql.exp. mysql.exp (stap-mysql.sh): Use installed stap. postgres.exp (stap-mysql.sh): Use installed stap. tcl.exp (stap-mysql.sh): Use installed stap.
Diffstat (limited to 'testsuite/systemtap.base/postgres.exp')
-rw-r--r--testsuite/systemtap.base/postgres.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.base/postgres.exp b/testsuite/systemtap.base/postgres.exp
index ceef9437..2d58a54f 100644
--- a/testsuite/systemtap.base/postgres.exp
+++ b/testsuite/systemtap.base/postgres.exp
@@ -69,7 +69,7 @@ function run_tests \{
$postgresdir/bin/initdb $pgdata
which stap
-stap -m \$(date +stapsdt_%j%k%M%N | sed 's/ //') -c \"$postgresdir/bin/postgres -D $pgdata\" $pgdata.stp >$pgdata-markers.log 2>&1 &
+$env(SYSTEMTAP_PATH)/stap -m \$(date +stapsdt_%j%k%M%N | sed 's/ //') -c \"$postgresdir/bin/postgres -D $pgdata\" $pgdata.stp >$pgdata-markers.log 2>&1 &
STAPPID=\$!
# wait until postgres is running