Commit be83fe27 authored by Luca Boccassi's avatar Luca Boccassi Committed by Luca Boccassi

Problem: RPM builds do not print test failures logs

Solution: add VERBOSE=1
parent 5bfb1303
......@@ -232,7 +232,7 @@ autoreconf -fi
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
# Install the package to build area
%{__make} check
%{__make} check VERBOSE=1
%makeinstall
%post
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment