[COMMITTERS] pgsql: Allow vcregress.pl to run an arbitrary TAP test set - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Allow vcregress.pl to run an arbitrary TAP test set
Date
Msg-id E1d5ClU-00071t-AQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow vcregress.pl to run an arbitrary TAP test set

Currently only provision for running the bin checks in a single step is
provided for. Now these tests can be run individually, as well as tests
in other locations (e.g. src.test/recover).

Also provide for suppressing unnecessary temp installs by setting the
NO_TEMP_INSTALL environment variable just as the Makefiles do.

Backpatch to 9.4.

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/66510630d8621a638b487fa5ae685bdc60240440

Modified Files
--------------
src/tools/msvc/vcregress.pl | 48 ++++++++++++++++++++++++++++-----------------
1 file changed, 30 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix logical replication launcher wake up and reset
Next
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Allow vcregress.pl to run an arbitrary TAP test set