Blame SOURCES/0018-SPEC-Print-testsuite-log-for-failed-test.patch

905b4d
From 5662219fbd76c297b7137c1648fdb25e51777c92 Mon Sep 17 00:00:00 2001
905b4d
From: Lukas Slebodnik <lslebodn@redhat.com>
905b4d
Date: Thu, 16 Oct 2014 19:55:55 +0200
905b4d
Subject: [PATCH 18/22] SPEC: Print testsuite log for failed test
905b4d
905b4d
Starting from Automake 1.13, the parallel testsuite harness has been made
905b4d
the default one; this harness is quite silent.
905b4d
905b4d
VERBOSE=yes will displays the logs of the non-passed tests (i.e., only
905b4d
of the failed or skipped ones, or of the ones that passed unexpectedly).
905b4d
905b4d
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
905b4d
---
905b4d
 contrib/sssd.spec.in | 2 +-
905b4d
 1 file changed, 1 insertion(+), 1 deletion(-)
905b4d
905b4d
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
905b4d
index 74f7e950518841ec3cbd6e3fb4edf2eb873c7704..e5de4c44c4b4982f6819af363fdb8a32930f6137 100644
905b4d
--- a/contrib/sssd.spec.in
905b4d
+++ b/contrib/sssd.spec.in
905b4d
@@ -467,7 +467,7 @@ make %{?_smp_mflags} docs
905b4d
 
905b4d
 %check
905b4d
 export CK_TIMEOUT_MULTIPLIER=10
905b4d
-make %{?_smp_mflags} check
905b4d
+make %{?_smp_mflags} check VERBOSE=yes
905b4d
 unset CK_TIMEOUT_MULTIPLIER
905b4d
 
905b4d
 %install
905b4d
-- 
905b4d
1.9.3
905b4d