Honor PROVE_FLAGS environment setting
authorAndrew Dunstan
Fri, 12 May 2017 15:21:20 +0000 (11:21 -0400)
committerAndrew Dunstan
Fri, 12 May 2017 15:26:40 +0000 (11:26 -0400)
commit054a897c40c683b27cefaacbb85d536fcd8eedd1
treec9cc39484e4d9c828a32cc06dccac92e67131f0f
parent8ec82ee6ae7a302ab696f696a5eb2f45ae3c5910
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/tools/msvc/vcregress.pl