Allow test suite to print detailed failure
Automake test framework does not print failure and points to a log file by default in case of a failure. This is not good if wee loos the log file. Fortunatelly, there is VERBOSE=yes argument which shows the exact failure once all sub-tests finishes. Let's use it.
This commit is contained in:
parent
467d02625c
commit
a23a177f34
@ -119,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre
|
|||||||
# larger stack is needed on s390, ppc
|
# larger stack is needed on s390, ppc
|
||||||
ulimit -s 10240
|
ulimit -s 10240
|
||||||
%endif
|
%endif
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check VERBOSE=yes
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user