Commit ce37eff0 authored by Peter Eisentraut's avatar Peter Eisentraut

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
...@@ -90,7 +90,7 @@ sub switch_server_cert ...@@ -90,7 +90,7 @@ sub switch_server_cert
# restart_test_server() because that overrides listen_addresses to only all # restart_test_server() because that overrides listen_addresses to only all
# Unix domain socket connections. # Unix domain socket connections.
system_or_bail 'pg_ctl', 'stop', '-D', "$tempdir/pgdata", '-w'; system_or_bail 'pg_ctl', 'stop', '-s', '-D', "$tempdir/pgdata", '-w';
system_or_bail 'pg_ctl', 'start', '-D', "$tempdir/pgdata", '-w', '-l', system_or_bail 'pg_ctl', 'start', '-s', '-D', "$tempdir/pgdata", '-w', '-l',
"$tempdir/logfile"; "$tempdir/logfile";
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment