mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
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.
This commit is contained in:
parent
462bd95705
commit
ce37eff06d
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user