]> granicus.if.org Git - postgresql/commit
Redirect install output of make check into a log file
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 23 Jul 2015 13:44:20 +0000 (09:44 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 23 Jul 2015 13:44:20 +0000 (09:44 -0400)
commit16c33c50e122e3e7d03fc7ddd5cbd105c0118234
treee874335d5f3098121f7e6ac75ca7c16586669d6b
parent766dcfb16ca385274d510eaed01724bb3836efdd
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.
src/Makefile.global.in
src/test/modules/test_ddl_deparse/.gitignore