pgsql: Fix TAP tests with "make installcheck".

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix TAP tests with "make installcheck".
Date: 2015-07-29 18:02:49
Message-ID: E1ZKVgn-0000yY-KO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix TAP tests with "make installcheck".

I neglected that the prove_installcheck rule also needs to also define
PG_REGRESS, like prove_check does.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c7f0b28c7a67a8602c65d6b38d40b38d07548fbd

Modified Files
--------------
src/Makefile.global.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-07-29 18:03:39 Re: pgsql: Make TAP tests work on Windows.
Previous Message Alvaro Herrera 2015-07-29 17:39:16 Re: pgsql: Add some test coverage of EvalPlanQual with non-locked tables.