pgsql: Redirect install output of make check into a log file

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Redirect install output of make check into a log file
Дата
Msg-id E1ZIGwl-0007t4-PP@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/16c33c50e122e3e7d03fc7ddd5cbd105c0118234

Modified Files
--------------
src/Makefile.global.in                       |    5 +++--
src/test/modules/test_ddl_deparse/.gitignore |    1 +
2 files changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: This routine was calling ecpg_alloc to allocate to memory but di
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Redirect install output of make check into a log file