]> 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:27:56 +0000 (11:27 -0400)
commitd39d968f548fa035c50a05004f4779d615ea8903
treef590c98bbac7197bc0b8bfe33b23f9b9d9abc08d
parent616dd9978ceca85acb5a31973ac31408c62435f6
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