pgsql: Add PG_TEST_EXTRA to control optional test suites

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add PG_TEST_EXTRA to control optional test suites
Дата
Msg-id E1es0rk-0002s7-UA@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix VM buffer pin management in heap_lock_updated_tuple_rec().
Следующее
От: Noah Misch
Дата:
Сообщение: Re: pgsql: Fix msvc builds for ActivePerl > 5.24