]> granicus.if.org Git - postgresql/commit
Fix obsolete config-module-exclusion logic in vcregress.pl.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 May 2014 02:31:21 +0000 (22:31 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 May 2014 02:31:21 +0000 (22:31 -0400)
commit8600031147cee7845e1ad9e64304e1f5fe585515
treeecc422263a78bdc59397f5c639f6c300a444c09f
parent4bcb3946249cbeed157ffd545a804913cfce749b
Fix obsolete config-module-exclusion logic in vcregress.pl.

The recent addition of regression tests to uuid-ossp exposed the fact
that the MSVC build system wasn't being consistent about whether it was
building/testing that contrib module, ie, it would try to test the module
even when it hadn't built it.  The same hazard was latent for sslinfo.

For the moment I just copied the more up-to-date logic from point A to
point B, but this is screaming for refactoring.

Per buildfarm results.
src/tools/msvc/Install.pm
src/tools/msvc/vcregress.pl