mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-13 06:44:16 +02:00
Problem: RPM builds do not print test failures logs
Solution: add VERBOSE=1
This commit is contained in:

committed by
Luca Boccassi

parent
5bfb13032e
commit
be83fe27e2
@@ -232,7 +232,7 @@ autoreconf -fi
|
|||||||
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
|
[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
# Install the package to build area
|
# Install the package to build area
|
||||||
%{__make} check
|
%{__make} check VERBOSE=1
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Reference in New Issue
Block a user