From fd31607b5746f3decdfb8ed28fcf6483f4faa5de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Oct 2017 10:26:01 +0200 Subject: fix boostrap --- php-pecl-pq.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 9de4d80..3da6972 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -238,9 +238,8 @@ cat <>$DATABASE/postgresql.conf unix_socket_directories = '$DATABASE' port = $PORT EOF -pg_ctl -D $DATABASE -l $DATABASE/log -w -t 200 start +pg_ctl -D $DATABASE -l $PWD/server.log -w -t 200 start createdb -h localhost -p $PORT rpmtest - cd NTS sed -e "/PQ_DSN/s/\"host.*\"/'host=localhost port=$PORT dbname=rpmtest'/" \ -i tests/_setup.inc -- cgit