Re: [PATCH] Allow TAP tests to be run individually - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] Allow TAP tests to be run individually
Date
Msg-id 870d7c8b-8dac-d81f-95eb-ecdc2faee8da@2ndquadrant.com
Whole thread Raw
In response to Re: [PATCH] Allow TAP tests to be run individually  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: [PATCH] Allow TAP tests to be run individually  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 11/14/16 3:52 AM, Michael Paquier wrote:
> I don't mind. This patch uses the following pattern:
> $(or $(PROVE_TESTS),t/*.pl)
> While something more spread in Postgres source would be something like that:
> $(if $(PROVE_TESTS),$(PROVE_TESTS),t/*.pl)
> It seems to me that we'd prefer that for consistency, but I see no
> reason to not keep your patch as well. I am marking that as ready for
> committer.

($or ...) is a newer feature of GNU make, so we have avoided that so
far.  I have committed your v2 with $(if ...).

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Something is broken about connection startup
Next
From: Robert Haas
Date:
Subject: Re: Partition-wise join for join between (declaratively) partitioned tables