[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 E1d5CmC-00072v-Ml@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
------
master

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

Modified Files
--------------
src/tools/msvc/vcregress.pl | 50 ++++++++++++++++++++++++++++-----------------
1 file changed, 31 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Allow vcregress.pl to run an arbitrary TAP test set
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: libpq: Fix inadvertent change in .pgpass lookup behavior.