pgsql: Improve vcregress.pl's handling of tap tests for client programs - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Improve vcregress.pl's handling of tap tests for client programs
Date
Msg-id E1ZzGGI-0004S9-9k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve vcregress.pl's handling of tap tests for client programs

The target is now named 'bincheck' rather than 'tapcheck' so that it
reflects what is checked instead of the test mechanism. Some of the
logic is improved, making it easier to add further sets of TAP based
tests in future. Also, the environment setting logic is imrpoved.

As discussed on -hackers a couple of months ago.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d835dd6685246f0737ca42ab68242210681bb220

Modified Files
--------------
src/tools/msvc/vcregress.pl |   61 +++++++++++++++++++++++++------------------
1 file changed, 35 insertions(+), 26 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix incomplete set_foreignscan_references handling for fdw_reche
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Update docs for vcregress.pl bincheck changes