Re: pgsql: Print information about type of test and subdirectory before run

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Print information about type of test and subdirectory before run
Дата
Msg-id 783f9a1e-f63d-0f04-7159-8cf072c8148d@enterprisedb.com
обсуждение исходный текст
Ответ на pgsql: Print information about type of test and subdirectory before run  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
On 31.03.22 20:21, Andres Freund wrote:
> To fix, the test target provisos in Makefile.global.in now output
>    echo "+++ (regress|isolation|tap) [install-]check in $(subdir) +++"
> before running the tests.

For external extension modules (PGXS), subdir is usually not set, so 
this output looks a bit silly then.  Perhaps this should be conditional 
on subdir being set, something like

$(if $(subdir),echo ...)



В списке pgsql-committers по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: Add contrib/pg_walinspect.
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix buildfarm failure from commit 2258e76f90.