pgsql: Honor PROVE_FLAGS environment setting

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Honor PROVE_FLAGS environment setting
Date: 2017-05-12 15:28:43
Message-ID: E1d9CUl-00081w-Ns@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/054a897c40c683b27cefaacbb85d536fcd8eedd1

Modified Files
--------------
src/Makefile.global.in | 3 ++-
src/tools/msvc/vcregress.pl | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-05-12 15:53:22 pgsql: Replace "transaction log" with "write-ahead log"
Previous Message Andrew Dunstan 2017-05-12 14:25:14 pgsql: Add libxml2 include path for MSVC builds