Skip to content

Commit 524bf91

Browse files
committed
run pgbouncer as daemon
1 parent 81edef2 commit 524bf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/test-server.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ psql "postgres://postgres:postgres@localhost:6543/pgbouncer" -c "SHUTDOWN;" || t
397397
cd $CIRCLECI_FOLDER
398398

399399
# start pgbouncer again
400-
pgbouncer -u pgbouncer pgbouncer/pgbouncer.ini
400+
pgbouncer -u pgbouncer -d pgbouncer/pgbouncer.ini
401401

402402
cd $PYTEST_ROOT
403403

0 commit comments

Comments
 (0)