Content-Length: 262845 | pFad | http://github.com/postgrespro/postgres/commit/ce37eff06df66dcd2091c76c0d29178b55e1e407

42 SSL tests: Silence pg_ctl output · postgrespro/postgres@ce37eff · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/ce37eff06df66dcd2091c76c0d29178b55e1e407

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy