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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Improve vcregress.pl's handling of tap tests for client programs
Дата
Msg-id E1ZzGzf-0005F3-Lc@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL9_4_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Improve vcregress.pl's handling of tap tests for client programs
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Update docs for vcregress.pl bincheck changes