From: John Darrington Date: Mon, 4 Feb 2008 09:21:02 +0000 (+0000) Subject: Fix server startup so it works with postgres 8.2 X-Git-Tag: v0.6.0~132 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae1ca16921cda077604a692ba095bb6dc353f6d1;p=pspp-builds.git Fix server startup so it works with postgres 8.2 --- diff --git a/tests/command/get-data-psql.sh b/tests/command/get-data-psql.sh index 507144ce..6d099a06 100755 --- a/tests/command/get-data-psql.sh +++ b/tests/command/get-data-psql.sh @@ -74,7 +74,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run server" -PGHOST=$TEMPDIR $pgpath/pg_ctl -D $TEMPDIR/cluster start -w -o "-k $TEMPDIR -p $port -h ''" > /dev/null +PGHOST=$TEMPDIR PGPORT=$port $pgpath/pg_ctl -D $TEMPDIR/cluster start -w -o "-k $TEMPDIR" > /dev/null if [ $? -ne 0 ] ; then no_result ; fi