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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]

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