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 cd76cee commit b9f9b97Copy full SHA for b9f9b97
tmt/tests/container/sanity/init/init.sh
@@ -20,7 +20,7 @@ make
20
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
+/usr/bin/pg_ctl -D /var/lib/pgsql/data -l /var/lib/pgsql/logfile -o \"-c logging_collector=off\" start
24
cat /var/lib/pgsql/logfile
25
cat /var/lib/pgsql/initdb_postgresql.log
26
/usr/bin/pg_ctl -D $PGDATA status && echo \"PostgreSQL is running\" || { echo \"PostgreSQL is NOT running\"; exit 1; }
0 commit comments