pgsql: Add PG_TEST_EXTRA to control optional test suites - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add PG_TEST_EXTRA to control optional test suites
Date
Msg-id E1es0rk-0002s7-UA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add PG_TEST_EXTRA to control optional test suites

The SSL and LDAP test suites are not run by default, as they are not
secure for multi-user environments.  This commit adds an extra make
variable to optionally enable them, for example:

make check-world PG_TEST_EXTRA='ldap ssl'

Author: Michael Paquier <michael@paquier.xyz>

Branch
------
master

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

Modified Files
--------------
configure                 |  2 ++
configure.in              |  1 +
doc/src/sgml/regress.sgml | 38 ++++++++++++++++++++++++++++++++++++++
src/Makefile.global.in    |  1 +
src/test/Makefile         | 24 +++++++++++++++++++-----
5 files changed, 61 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix VM buffer pin management in heap_lock_updated_tuple_rec().
Next
From: Noah Misch
Date:
Subject: Re: pgsql: Fix msvc builds for ActivePerl > 5.24