mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-01 10:57:59 +01:00
Problem: RPM builds do not print test failures logs
Solution: add VERBOSE=1
This commit is contained in:
parent
5bfb13032e
commit
be83fe27e2
@ -232,7 +232,7 @@ autoreconf -fi
|
||||
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
|
||||
|
||||
# Install the package to build area
|
||||
%{__make} check
|
||||
%{__make} check VERBOSE=1
|
||||
%makeinstall
|
||||
|
||||
%post
|
||||
|
Loading…
x
Reference in New Issue
Block a user