pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/tests/command get-data-psql.sh


From: John Darrington
Subject: [Pspp-cvs] pspp/tests/command get-data-psql.sh
Date: Mon, 04 Feb 2008 09:21:02 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   08/02/04 09:21:02

Modified files:
        tests/command  : get-data-psql.sh 

Log message:
        Fix server startup so it works with postgres 8.2

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/command/get-data-psql.sh?cvsroot=pspp&r1=1.1&r2=1.2

Patches:
Index: get-data-psql.sh
===================================================================
RCS file: /sources/pspp/pspp/tests/command/get-data-psql.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- get-data-psql.sh    4 Feb 2008 09:04:18 -0000       1.1
+++ get-data-psql.sh    4 Feb 2008 09:21:02 -0000       1.2
@@ -74,7 +74,7 @@
 
 
 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
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]