]> granicus.if.org Git - postgresql/commit
MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests.
authorNoah Misch <noah@leadboat.com>
Thu, 30 Jul 2015 02:48:56 +0000 (22:48 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 30 Jul 2015 02:48:56 +0000 (22:48 -0400)
commite6ea46c30ec9d086d3317d293b1e249f21e43fbc
tree11fa1fc61fec9c8d0830bfa4ebaed94e3a81f84a
parentd6ab14674d636490cec40c9dfc16104f380ced70
MSVC: Revert most 9.5 changes to pre-9.5 vcregress.pl tests.

The reverted changes did not narrow the semantic gap between the MSVC
build system and the GNU make build system.  For targets old and new
that run multiple suites (contribcheck, modulescheck, tapcheck), restore
vcregress.pl to mimicking "make -k" rather than the "make -S" default.
Lack of "-k" would be more burdensome than lack of "-S".  Keep changes
reflecting contemporary changes to the GNU make build system, and keep
updates to Makefile parsing.  Keep the loss of --psqldir in "check" and
"ecpgcheck" targets; it had been a no-op when used alongside
--temp-install.  No log message mentioned any of the reverted changes.
Based on a germ by Michael Paquier.  Back-patch to 9.5.
src/tools/msvc/vcregress.pl