Skip to content
Snippets Groups Projects
Commit ce37eff0 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

SSL tests: Silence pg_ctl output

Otherwise the pg_ctl start and stop messages get mixed up with the TAP
output, which isn't technically valid.
parent 462bd957
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ sub switch_server_cert
# restart_test_server() because that overrides listen_addresses to only all
# Unix domain socket connections.
system_or_bail 'pg_ctl', 'stop', '-D', "$tempdir/pgdata", '-w';
system_or_bail 'pg_ctl', 'start', '-D', "$tempdir/pgdata", '-w', '-l',
system_or_bail 'pg_ctl', 'stop', '-s', '-D', "$tempdir/pgdata", '-w';
system_or_bail 'pg_ctl', 'start', '-s', '-D', "$tempdir/pgdata", '-w', '-l',
"$tempdir/logfile";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment