Leftovers after dcae5fac (improve speed of make check-world) in git tree with check-world

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Leftovers after dcae5fac (improve speed of make check-world) in git tree with check-world
Дата
Msg-id CAB7nPqSb_qsGfP9ia13VPQGqx3-qF9DqVMgPQMUCkcY1_vTUrQ@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi all,

Since dcae5fac, we use a central path ($GIT_ROOT/tmp_install) to store
the installation deliverables during tests. Each module uses a
.gitignore with more or less those entries:
/log/
/results/
/tmp_check/

First note that /log/ is not used anymore, replaced by /tmp_check/log/
so we could just remove it. Also, as we do not ignore regression.diffs
and regression.out on purpose to check easily what has failed, what
about removing /tmp_check/ as well in those .gitignore files? It now
contains pgdata/ and log/, so it looks useful to me to show it with
git status to track it in case of failure as well.
Thoughts? Attached is a patch with all those files updated.
--
Michael

Вложения

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: RFC: Non-user-resettable SET SESSION AUTHORISATION
Следующее
От: Noah Misch
Дата:
Сообщение: Re: Multi-xacts and our process problem