]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: display the output of failed make check runs 4923/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 10 Jun 2015 21:16:01 +0000 (23:16 +0200)
committerLoic Dachary <ldachary@redhat.com>
Tue, 16 Jun 2015 14:10:11 +0000 (16:10 +0200)
commit3a55cb029bb7db9542d2b14f2deda90feb0ae0f6
tree46431bdcf00dcc5858a993fa4ccd341afcf3f92e
parent0804655725d84d866a32826203638fcfd71d4b51
tests: display the output of failed make check runs

After a make check fails, it shows a summary but not the output of the
failed tests although they contain information to diagnose the problem.

Set the VERBOSE=true automake variable which is documented to collect
and display the failed script output at the end of a run (the content of
the test-suite.log file (valid from automake-1.11 up).

http://www.gnu.org/software/automake/manual/automake.html#index-VERBOSE

Also remove the run-make-check.sh that did the same in a way that is not
compatible with automake-1.11.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
run-make-check.sh
src/Makefile-env.am