ehlo,
Starting from Automake 1.13, the parallel testsuite harness has been made
the default one; this harness is quite silent.
VERBOSE=yes will displays the logs of the non-passed tests (i.e., only
of the failed or skipped ones, or of the ones that passed unexpectedly).
How to test:
It need to be tested with failed test. The easist reproducer is to revert
commit 09a36be00ddcf1d7bd5b8a368143d5b2e2f4fb68.
Without attached patch, you will see just summary.
e.g
============================================================================
Testsuite summary for sssd 1.12.2
============================================================================
# TOTAL: 50
# PASS: 49
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to sssd-devel(a)lists.fedorahosted.org
============================================================================
With attached test, you will also see the output from failed test.
LS