pgsql: ldap tests: Don't run on unsupported operating systems.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ldap tests: Don't run on unsupported operating systems.
Date: 2022-03-09 18:27:01
Message-ID: E1nS11Z-0000NT-2b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ldap tests: Don't run on unsupported operating systems.

The tests currently fail on unsupported operating systems, rather than getting
skipped. The ony reason this doesn't cause problems is that the tests aren't
run by default.

Discussion: https://postgr.es/m/721828a7-3043-6803-a85b-da63538db3cc@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ee56c3b21629277cf7f2e6398e7dd4e40c11df3c

Modified Files
--------------
src/test/ldap/t/001_auth.pl | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-03-10 13:16:11 pgsql: Re-update Unicode data to CLDR 39
Previous Message Peter Eisentraut 2022-03-09 11:13:43 pgsql: Fix double declaration for check_ok() in pg_upgrade.h