summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/postgres.exp
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2009-09-01 17:52:44 -0400
committerStan Cox <scox@redhat.com>2009-09-01 17:52:44 -0400
commitcce3b4efd1f1401246f1e1301040414db00891fa (patch)
treee67b81b1724ca544c957b6e498a8c0f6f83fcade /testsuite/systemtap.base/postgres.exp
parent635035ca64e9c6e6ad8252545446bbf9bc2a9c55 (diff)
downloadsystemtap-steved-cce3b4efd1f1401246f1e1301040414db00891fa.tar.gz
systemtap-steved-cce3b4efd1f1401246f1e1301040414db00891fa.tar.xz
systemtap-steved-cce3b4efd1f1401246f1e1301040414db00891fa.zip
Add mysql.exp to test dtrace like support for mysql.
* testsuite/systemtap.base/mysql.exp: New.
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 50e199ee..ceef9437 100644
--- a/testsuite/systemtap.base/postgres.exp
+++ b/testsuite/systemtap.base/postgres.exp
@@ -74,7 +74,7 @@ STAPPID=\$!
# wait until postgres is running
for i in \$(seq 0 10) ; do
- if pg_ctl status -D $pgdata
+ if $postgresdir/bin/pg_ctl status -D $pgdata
then break;
fi
sleep 5