pgsql: Expand properly list of TAP tests used for prove invcregress.pl

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Expand properly list of TAP tests used for prove invcregress.pl
Дата
Msg-id E1i7s4G-00005c-4r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Expand properly list of TAP tests used for prove in vcregress.pl

Depending on the system used, t/*.pl may not be expanded into a list of
tests which can be consumed by prove when attempting to run TAP tests on
a given path.  Fix that by using glob() directly in the script, to make
sure that a complete list of tests is provided.  This has not proved to
be an issue with MSVC as the list was properly expanded, but it is on
Linux with perl's system().

This is extracted from a larger patch.

Author: Tom Lane
Discussion: https://postgr.es/m/6628.1567958876@sss.pgh.pa.us
Backpatch-through: 9.4

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e25c87a8e1a86b88911df81504d92235cdb49b6b

Modified Files
--------------
src/tools/msvc/vcregress.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Allow setting statistics target for extended statistics
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix comment in psql's describe.c