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.
This commit is contained in:
parent
2d24fd942c
commit
01fce8dab1
@ -353,7 +353,6 @@ sub raw_connect_works
|
|||||||
# IO::Socket::UNIX implementation.
|
# IO::Socket::UNIX implementation.
|
||||||
if ($PostgreSQL::Test::Utils::use_unix_sockets)
|
if ($PostgreSQL::Test::Utils::use_unix_sockets)
|
||||||
{
|
{
|
||||||
diag "checking if IO::Socket::UNIX works";
|
|
||||||
eval {
|
eval {
|
||||||
my $sock = $self->raw_connect();
|
my $sock = $self->raw_connect();
|
||||||
$sock->close();
|
$sock->close();
|
||||||
|
2
src/test/postmaster/.gitignore
vendored
Normal file
2
src/test/postmaster/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Generated by test suite
|
||||||
|
/tmp_check/
|
Loading…
x
Reference in New Issue
Block a user