summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-10-16 19:55:55 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-22 16:35:41 +0200
commit9ec9f2dd850eef9e124f9064121e1909230a9888 (patch)
tree012fcc5be67a4f964dcbfff823cc253d2aa4e74d
parent76c8dafad2a18cf1514635aa766062085c23a5c8 (diff)
downloadsssd-9ec9f2dd850eef9e124f9064121e1909230a9888.tar.gz
sssd-9ec9f2dd850eef9e124f9064121e1909230a9888.tar.xz
sssd-9ec9f2dd850eef9e124f9064121e1909230a9888.zip
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>
-rw-r--r--contrib/sssd.spec.in2
1 files changed, 1 insertions, 1 deletions
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