pgsql: Allow individual TAP tests to be run via PROVE_TESTS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Allow individual TAP tests to be run via PROVE_TESTS
Дата
Msg-id E1c6Iku-0005ty-J1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow individual TAP tests to be run via PROVE_TESTS

Add a new optional Makefile variable PROVE_TESTS that, if passed as a
space-separated list of paths relative to the Makefile invoking
$(prove_check) or $(prove_installcheck), runs just those tests instead
of t/*.pl .

From: Craig Ringer <craig@2ndquadrant.com>
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9ca7b0bf016364c74d38f66c7050be915bfea908

Modified Files
--------------
src/Makefile.global.in | 4 ++--
src/test/perl/README   | 6 ++++++
2 files changed, 8 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Fix typo in comment