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:01 +0200 |
commit | fd31607b5746f3decdfb8ed28fcf6483f4faa5de (patch) | |
tree | d5cbc46ef7aa7099acb1d2034dbdcfe0388e59e3 /php-pecl-pq.spec | |
parent | f4493f460804f6a7a4a2f3644f8cffd97d56437a (diff) |
fix boostrap
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 9de4d80..3da6972 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -238,9 +238,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 |