Skip to content

Commit ce37eff

Browse files
committed
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.
1 parent 462bd95 commit ce37eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ssl/ServerSetup.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ sub switch_server_cert
9090
# restart_test_server() because that overrides listen_addresses to only all
9191
# Unix domain socket connections.
9292

93-
system_or_bail 'pg_ctl', 'stop', '-D', "$tempdir/pgdata", '-w';
94-
system_or_bail 'pg_ctl', 'start', '-D', "$tempdir/pgdata", '-w', '-l',
93+
system_or_bail 'pg_ctl', 'stop', '-s', '-D', "$tempdir/pgdata", '-w';
94+
system_or_bail 'pg_ctl', 'start', '-s', '-D', "$tempdir/pgdata", '-w', '-l',
9595
"$tempdir/logfile";
9696
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy