git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79243de)
Run 006_login_trigger.pl only with Unix-domain sockets
2023年10月17日 05:11:40 +0000 (08:11 +0300)
2023年10月17日 05:11:40 +0000 (08:11 +0300)
Per report from buildfarm member drongo.

Reported-by: Alexander Lakhin

diff --git a/src/test/authentication/t/006_login_trigger.pl b/src/test/authentication/t/006_login_trigger.pl
index 2c5d4bf33fe2a612ae2aca330a36c9c3b996275c..24beb0a0b2da9c1fd49fc229468412a36665312e 100644 (file)
--- a/src/test/authentication/t/006_login_trigger.pl
+++ b/src/test/authentication/t/006_login_trigger.pl
@@ -10,6 +10,11 @@ use warnings;
use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
use Test::More;
+if (!$use_unix_sockets)
+{
+ plan skip_all =>
+ "authentication tests cannot run without Unix-domain sockets";
+}
# Execute a psql command and compare its output towards given regexps
sub psql_command
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /