forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdc92bf5
committed
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 oftests which can be consumed by prove when attempting to run TAP tests ona given path. Fix that by using glob() directly in the script, to makesure that a complete list of tests is provided. This has not proved tobe an issue with MSVC as the list was properly expanded, but it is onLinux with perl's system().This is extracted from a larger patch.Author: Tom LaneDiscussion:https://postgr.es/m/6628.1567958876@sss.pgh.pa.usBackpatch-through: 9.41 parentb101683 commitdc92bf5
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 |
| - | |
| 210 | + | |
211 | 211 |
| |
212 | 212 |
| |
213 | 213 |
| |
|
0 commit comments
Comments
(0)