]> 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:23:43 +0000 (10:23 -0400)
commit6b2a0b4757331612f379d497c377b58f9a0ca24f
tree91c0e9aad3907471f363b550eade3666b0064d72
parentc02c450cfc0ff2fa85f7bbef61b850ec2be61dd5
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