Skip to content

Commit a824568

Browse files
committed
make pg_ctl wait for startup
1 parent ea672bc commit a824568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/pg-travis-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if [ $status -ne 0 ]; then exit $status; fi
7979
# add pg_pathman to shared_preload_libraries and restart cluster 'test'
8080
echo "shared_preload_libraries = 'pg_pathman'" >> $CLUSTER_PATH/postgresql.conf
8181
echo "port = 55435" >> $CLUSTER_PATH/postgresql.conf
82-
$pg_ctl_path -D $CLUSTER_PATH start -l postgres.log
82+
$pg_ctl_path -D $CLUSTER_PATH start -l postgres.log -w
8383

8484
# run regression tests
8585
PGPORT=55435 PGUSER=$USER PG_CONFIG=$config_path make installcheck USE_PGXS=1 || status=$?

0 commit comments

Comments
 (0)