mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-12 22:36:57 +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}
|
||||
|
||||
# Install the package to build area
|
||||
%{__make} check
|
||||
%{__make} check VERBOSE=1
|
||||
%makeinstall
|
||||
|
||||
%post
|
||||
|
Reference in New Issue
Block a user