We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3afc9f commit 5c1db08Copy full SHA for 5c1db08
tmt/tests/container/sanity/init/init.sh
@@ -21,6 +21,8 @@ PGDATA=/var/lib/pgsql/data
21
LOGFILE=/var/lib/pgsql/logfile
22
su - postgres -c "
23
/usr/bin/pg_ctl -D $PGDATA -l $LOGFILE start
24
+cat /var/lib/pgsql/logfile
25
+cat /var/lib/pgsql/initdb_postgresql.log
26
pg_ctl -D $PGDATA status && echo \"PostgreSQL is running\" || { echo \"PostgreSQL is NOT running\"; exit 1; }
27
"
28
0 commit comments