pgsql: Allow individual TAP tests to be run via PROVE_TESTS

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow individual TAP tests to be run via PROVE_TESTS
Date: 2016-11-14 15:01:08
Message-ID: E1c6Iku-0005ty-J1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)2ndquadrant(dot)com>
Reviewed-by: Michael Paquier <michael(dot)paquier(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2016-11-14 16:33:32 pgsql: Fix typo in comment
Previous Message Alvaro Herrera 2016-11-14 14:16:59 pgsql: Fix duplication in ALTER MATERIALIZE VIEW synopsis