Обсуждение: [COMMITTERS] pgsql: Allow vcregress.pl to run an arbitrary TAP test set

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Allow vcregress.pl to run an arbitrary TAP test set

От
Andrew Dunstan
Дата:
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
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3c1e14af8692d48548adac9b8a0cbabaa8a92b78

Modified Files
--------------
src/tools/msvc/vcregress.pl | 58 ++++++++++++++++++++++++++++++++-------------
1 file changed, 41 insertions(+), 17 deletions(-)