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

Commit01fce8d

Browse files
committed
Silence assorted annoying test output.
Remove unnecessary chatter about "checking if IO::Socket::UNIX works";our tests should never print anything on stderr unless there's aproblem.Add .gitignore entry for temporary directory now being left behindin src/test/postmaster.
1 parent2d24fd9 commit01fce8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎src/test/perl/PostgreSQL/Test/Cluster.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ sub raw_connect_works
353353
# IO::Socket::UNIX implementation.
354354
if ($PostgreSQL::Test::Utils::use_unix_sockets)
355355
{
356-
diag"checking if IO::Socket::UNIX works";
357356
eval {
358357
my$sock =$self->raw_connect();
359358
$sock->close();

‎src/test/postmaster/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Generated by test suite
2+
/tmp_check/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp