Add MinGW to cases where libdir should be used for regression tests:
Bruce Momjian <bruce@momjian.us>
Add MinGW to cases where libdir should be used for regression tests:
case $host_platform in
*-*-cygwin*|*-*-mingw)
PATH=$libdir:$PATH
export PATH
;;
esac
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/pg_regress.sh | modified | +2 −2 |