| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Allow vcregress.pl to run an arbitrary TAP test set |
| Date: | 2017-05-01 14:58:12 |
| Message-ID: | E1d5CmC-00072v-Ml@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2017-05-01 15:34:38 | pgsql: libpq: Fix inadvertent change in .pgpass lookup behavior. |
| Previous Message | Andrew Dunstan | 2017-05-01 14:57:28 | pgsql: Allow vcregress.pl to run an arbitrary TAP test set |