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:
Petr Písař 2014-08-05 17:59:57 +02:00
parent 467d02625c
commit a23a177f34

View File

@ -119,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/pcre
# larger stack is needed on s390, ppc
ulimit -s 10240
%endif
make %{?_smp_mflags} check
make %{?_smp_mflags} check VERBOSE=yes
%post -p /sbin/ldconfig