Re: TAP tests and symlinks on Windows
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-07-16T10:21:27Z
Lists: pgsql-hackers
On Wed, Jul 15, 2020 at 11:04:28AM -0400, Andrew Dunstan wrote: > This is the simplest invocation I found to be reliable on msys2 (and it > took me a long time to find). If you have a tested alternative please > let me know. Having a working MSYS environment is still on my TODO list :) > I don't understand this comment. The skip statement here is in a SKIP > block. In fact skip only works inside SKIP blocks. (perldoc Test::More > for details). Maybe you got confused by the diff format. Indeed, I got trapped by the diff here. Thanks. The patch looks good to me. -- Michael
Commits
-
Enable almost all TAP tests involving symlinks on Windows
- d66b23b032d7 14.0 landed