| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Redirect install output of make check into a log file |
| Date: | 2015-07-23 13:54:03 |
| Message-ID: | E1ZIGwl-0007t5-PT@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Redirect install output of make check into a log file
dbf2ec1a changed make check so that the installation logs get directed
to stdout and stderr. Per discussion on -hackers, this patch restores
saving it to a file. It is now saved in /tmp_install/log, which is
created once per invocation of any make target doing regression tests.
Along the way, add a missing /log/ entry to test_ddl_deparse's
.gitignore.
Michael Paquier.
Branch
------
REL9_5_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/fbf8dc21738749470f73f91a95ac01912c9deb10
Modified Files
--------------
src/Makefile.global.in | 5 +++--
src/test/modules/test_ddl_deparse/.gitignore | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2015-07-24 09:58:05 | pgsql: Fix bug around assignment expressions containing indirections. |
| Previous Message | Michael Paquier | 2015-07-23 07:19:42 | Re: pgsql: This routine was calling ecpg_alloc to allocate to memory but di |