diff --git a/openssl-pkcs11.spec b/openssl-pkcs11.spec index b593165..64b34ad 100644 --- a/openssl-pkcs11.spec +++ b/openssl-pkcs11.spec @@ -89,7 +89,7 @@ rm -f %{buildroot}%{_includedir}/*.h rm -rf %{buildroot}%{_docdir}/libp11/ %check -make check %{?_smp_mflags} +make check %{?_smp_mflags}; if [ $? -ne 0 ]; then cat tests/*.log; fi; %ldconfig_scriptlets