| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Leftovers after dcae5fac (improve speed of make check-world) in git tree with check-world |
| Date: | 2015-05-12 04:45:25 |
| Message-ID: | CAB7nPqSb_qsGfP9ia13VPQGqx3-qF9DqVMgPQMUCkcY1_vTUrQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| Attachment | Content-Type | Size |
|---|---|---|
| 20150512_checkworld_leftovers.patch | text/x-diff | 11.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Noah Misch | 2015-05-12 06:42:16 | Re: Multi-xacts and our process problem |
| Previous Message | Craig Ringer | 2015-05-12 04:26:45 | RFC: Non-user-resettable SET SESSION AUTHORISATION |