From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Take PROVE_FLAGS from the command line but not the environment |
Date: | 2017-06-10 14:24:41 |
Message-ID: | E1dJhJh-0001iz-Ny@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Take PROVE_FLAGS from the command line but not the environment
This reverts commit 56b6ef893fee9e9bf47d927a02f4d1ea911f4d9c and instead
makes vcregress.pl parse out PROVE_FLAGS from a command line argument
when doing a TAP test, thus making it consistent with the makefile
treatment.
Discussion: https://postgr.es/m/c26a7416-2fb9-34ab-7991-618c922f896e%402ndquadrant.com
Backpatch to 9.4 like previous patch.
Branch
------
REL9_6_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/3c017a545f9c6e658e59baab636315c386b09d0b
Modified Files
--------------
src/Makefile.global.in | 2 +-
src/tools/msvc/vcregress.pl | 12 +++++++++---
2 files changed, 10 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Conway | 2017-06-11 15:52:06 | pgsql: Apply RLS policies to partitioned tables. |
Previous Message | Peter Eisentraut | 2017-06-10 00:36:42 | pgsql: doc: Add Node.js and Go drivers to client interfaces |