1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

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.
This commit is contained in:
Andrew Dunstan
2015-07-23 09:44:20 -04:00
parent 766dcfb16c
commit 16c33c50e1
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1,2 @@
/log/
/results/