Run tests in verbose mode

This commit is contained in:
Andrey Bondrov 2020-06-06 18:22:16 +10:00
parent f6d37da474
commit 31a12c96e1

View file

@ -175,5 +175,5 @@ rm -rf %{buildroot}{%{_bindir},%{_mandir}}
%check
%ifnarch %{armx} e2kv4
make check
make check VERBOSE=yes
%endif