Problem: RPM builds do not print test failures logs

Solution: add VERBOSE=1
This commit is contained in:
Luca Boccassi 2019-10-06 17:50:28 +01:00 committed by Luca Boccassi
parent 5bfb13032e
commit be83fe27e2

View File

@ -232,7 +232,7 @@ autoreconf -fi
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
# Install the package to build area
%{__make} check
%{__make} check VERBOSE=1
%makeinstall
%post