Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitce37eff

Browse files
committed
SSL tests: Silence pg_ctl output
Otherwise the pg_ctl start and stop messages get mixed up with the TAPoutput, which isn't technically valid.
1 parent462bd95 commitce37eff

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)

[8]ページ先頭

©2009-2025 Movatter.jp