Re: [PATCH] Allow TAP tests to be run individually

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PATCH] Allow TAP tests to be run individually
Дата
Msg-id 870d7c8b-8dac-d81f-95eb-ecdc2faee8da@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [PATCH] Allow TAP tests to be run individually  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [PATCH] Allow TAP tests to be run individually
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Something is broken about connection startup
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Partition-wise join for join between (declaratively) partitioned tables