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: | [email protected] |
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
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 |