Blob Blame History Raw
From 5662219fbd76c297b7137c1648fdb25e51777c92 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn@redhat.com>
Date: Thu, 16 Oct 2014 19:55:55 +0200
Subject: [PATCH 18/22] 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 <jhrozek@redhat.com>
---
 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 74f7e950518841ec3cbd6e3fb4edf2eb873c7704..e5de4c44c4b4982f6819af363fdb8a32930f6137 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
-- 
1.9.3