diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-12 10:26:01 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-12 10:26:13 +0200 |
commit | 8f498a9e95b7b52047ef9988cb97db79161a8d2b (patch) | |
tree | 1f44e0cb5d620d46f845c0d38eedb31c5ff79691 /php-pecl-pq.spec | |
parent | 6d633d17324cbdb759451506374b9cbcd134e60c (diff) |
fix boostrap
(cherry picked from commit fd31607b5746f3decdfb8ed28fcf6483f4faa5de)
Diffstat (limited to 'php-pecl-pq.spec')
-rw-r--r-- | php-pecl-pq.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index ab22619..36f0048 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -244,9 +244,8 @@ cat <<EOF >>$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 |