From 9ec9f2dd850eef9e124f9064121e1909230a9888 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Thu, 16 Oct 2014 19:55:55 +0200 Subject: SPEC: Print testsuite log for failed test 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). Reviewed-by: Jakub Hrozek --- contrib/sssd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 988174b5e..db3bbcb09 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -467,7 +467,7 @@ make %{?_smp_mflags} docs %check export CK_TIMEOUT_MULTIPLIER=10 -make %{?_smp_mflags} check +make %{?_smp_mflags} check VERBOSE=yes unset CK_TIMEOUT_MULTIPLIER %install -- cgit