]> granicus.if.org Git - postgresql/commit
Honor PROVE_FLAGS environment setting
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 12 May 2017 15:21:20 +0000 (11:21 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 12 May 2017 15:21:20 +0000 (11:21 -0400)
commitcb701af784556e7417bb0d9daa822e913f43b1fa
treee89b2cbf7df6a4b212e0fb55448ef89b37288319
parent69ce3ead1ebe64989c43be1db12d00cc9341d36a
Honor PROVE_FLAGS environment setting

On MSVC builds and on back branches that means removing the hardcoded
--verbose setting. On master for Unix that means removing the empty
setting in the global Makefile so that the value can be acquired from
the environment as well as from the make arguments.

Backpatch to 9.4 where we introduced TAP tests
src/Makefile.global.in
src/test/perl/README
src/tools/msvc/vcregress.pl