Skip to content

Commit b9f9b97

Browse files
committed
Logging off
1 parent cd76cee commit b9f9b97

File tree

1 file changed

+1
-1
lines changed
  • tmt/tests/container/sanity/init

1 file changed

+1
-1
lines changed

tmt/tests/container/sanity/init/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ make
2020
PGDATA=/var/lib/pgsql/data
2121
LOGFILE=/var/lib/pgsql/logfile
2222
su - postgres -c "
23-
/usr/bin/pg_ctl -D $PGDATA -l logfile start
23+
/usr/bin/pg_ctl -D /var/lib/pgsql/data -l /var/lib/pgsql/logfile -o \"-c logging_collector=off\" start
2424
cat /var/lib/pgsql/logfile
2525
cat /var/lib/pgsql/initdb_postgresql.log
2626
/usr/bin/pg_ctl -D $PGDATA status && echo \"PostgreSQL is running\" || { echo \"PostgreSQL is NOT running\"; exit 1; }

0 commit comments

Comments
 (0)