pgsql: Improve vcregress.pl's handling of tap tests for client programs

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve vcregress.pl's handling of tap tests for client programs
Date: 2015-11-19 03:51:54
Message-ID: E1ZzGGI-0004S9-9k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-11-19 03:58:58 Re: [COMMITTERS] pgsql: Improve vcregress.pl's handling of tap tests for client programs
Previous Message Robert Haas 2015-11-19 03:32:32 pgsql: Fix incomplete set_foreignscan_references handling for fdw_reche

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2015-11-19 03:54:39 Re: Foreign join pushdown vs EvalPlanQual
Previous Message Pavel Stehule 2015-11-19 03:48:18 Re: proposal: LISTEN *