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

From Michael Paquier
Subject pgsql: Expand properly list of TAP tests used for prove invcregress.pl
Date
Msg-id E1i7s4G-00005Y-40@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8da17f3f50612300f11c79b2f28e0b5fae9ac0b2

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


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Allow setting statistics target for extended statistics
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix comment in psql's describe.c