Fix printing test logs when make check fails
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
parent
a730fe5244
commit
8a92e49ae7
@ -89,7 +89,7 @@ rm -f %{buildroot}%{_includedir}/*.h
|
|||||||
rm -rf %{buildroot}%{_docdir}/libp11/
|
rm -rf %{buildroot}%{_docdir}/libp11/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check %{?_smp_mflags}; if [ $? -ne 0 ]; then cat tests/*.log; fi;
|
make check %{?_smp_mflags} || if [ $? -ne 0 ]; then cat tests/*.log; exit 1; fi;
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user