From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add temp-check, with_temp_install definition - 9.4 |
Date: | 2015-09-08 21:38:45 |
Message-ID: | E1ZZQbF-0002Uq-MF@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add temp-check, with_temp_install definition - 9.4
Commit fa4a4df93c8c28d5684cacb1677fbd13f58bb9f2 attempted to backpatch
to 9.4 a change to improve the logging of TAP tests. Unfortunately, due
to how 9.4 and 9.5 had diverged, the backpatch to 9.4 depended on a few
things which didn't exist in 9.4 (but did in 9.5), specifically, the
'temp-check' production and the 'with_temp_install' definition (which
also required 'abs_top_builddir').
Add these definitions into REL9_4_STABLE to allow the TAP tests to run
correctly under 'make check'.
Branch
------
REL9_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/ed476669e998b788770f07338aefd2594ff4cce9
Modified Files
--------------
src/Makefile.global.in | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2015-09-09 00:54:40 | Re: pgsql: Improve logging of TAP tests. |
Previous Message | Stephen Frost | 2015-09-08 21:31:33 | Re: pgsql: Improve logging of TAP tests. |