]> granicus.if.org Git - postgresql/commit
Honor PROVE_FLAGS environment setting
authorAndrew Dunstan <andrew@dunslane.net>
Fri, 12 May 2017 15:11:49 +0000 (11:11 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Fri, 12 May 2017 15:11:49 +0000 (11:11 -0400)
commit56b6ef893fee9e9bf47d927a02f4d1ea911f4d9c
tree5671c37d6abe7b6033b8008aae1f143312c0d994
parentb757e01f62e44b4f425f78e3dc4e247ca9f1e983
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