]> granicus.if.org Git - postgresql/commit
Take PROVE_FLAGS from the command line but not the environment
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 10 Jun 2017 14:19:06 +0000 (10:19 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 10 Jun 2017 14:19:06 +0000 (10:19 -0400)
commit93b7d9731f184e764c642266ecd74be24db73a6e
treeb9a747ce1766af79d307cb42700fed40344da373
parente20f679f66fb7930215a1b59f13b5b1c06bfc456
Take PROVE_FLAGS from the command line but not the environment

This reverts commit 56b6ef893fee9e9bf47d927a02f4d1ea911f4d9c and instead
makes vcregress.pl parse out PROVE_FLAGS from a command line argument
when doing a TAP test, thus making it consistent with the makefile
treatment.

Discussion: https://postgr.es/m/c26a7416-2fb9-34ab-7991-618c922f896e%402ndquadrant.com

Backpatch to 9.4 like previous patch.
src/Makefile.global.in
src/tools/msvc/vcregress.pl