Skip to content

Commit 04b199e

Browse files
committed
cat log
1 parent dc860b4 commit 04b199e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis/make_postgres.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ PREFIX=$HOME/pg_head
99

1010
# Build PostgreSQL from source and start the DB
1111
make && make install && $PREFIX/bin/pg_ctl -D $PREFIX/data initdb && $PREFIX/bin/pg_ctl -D $PREFIX/data -l postgres.log start
12+
13+
sleep 10
14+
15+
cat postgres.log

0 commit comments

Comments
 (0)