Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 01fce8d

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 a problem. Add .gitignore entry for temporary directory now being left behind in src/test/postmaster.
1 parent 2d24fd9 commit 01fce8d

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)