]> granicus.if.org Git - postgresql/commit
Allow vcregress.pl to run an arbitrary TAP test set
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 1 May 2017 14:12:02 +0000 (10:12 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 1 May 2017 14:52:21 +0000 (10:52 -0400)
commit66510630d8621a638b487fa5ae685bdc60240440
tree956a77b71de80733c4f40a95b21d5f117b40c466
parent6872d96a3bb893c987a3df623754c13deac8254f
Allow vcregress.pl to run an arbitrary TAP test set

Currently only provision for running the bin checks in a single step is
provided for. Now these tests can be run individually, as well as tests
in other locations (e.g. src.test/recover).

Also provide for suppressing unnecessary temp installs by setting the
NO_TEMP_INSTALL environment variable just as the Makefiles do.

Backpatch to 9.4.
src/tools/msvc/vcregress.pl