]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Enable settings used in TAP tests for MSVC builds
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 7 Dec 2021 20:05:33 +0000 (15:05 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 7 Dec 2021 20:07:04 +0000 (15:07 -0500)
commit8de159c1fb1bcad47012e1c6ba4e9a50412d7a6c
tree1c4eb79f61e9af89b17df236336898d71556f3ec
parenta9e572c6d5761e8f9b726ba2b9d63a01186994f1
Enable settings used in TAP tests for MSVC builds

Certain settings from configuration or the Makefile infrastructure are
used by the TAP tests, but were not being set up by vcregress.pl. This
remedies those omissions. This should increase test coverage, especially
on the buildfarm.

Reviewed by Noah Misch

Discussion: https://postgr.es/m/17093da5-e40d-8335-d53a-2bd803fc38b0@dunslane.net

Backpatch to all live branches.
src/tools/msvc/vcregress.pl