From a23a177f3499959852e77b672d17f46233d113a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 5 Aug 2014 17:59:57 +0200 Subject: [PATCH] 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. --- pcre.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcre.spec b/pcre.spec index 85c6fb8..1e94bb0 100644 --- a/pcre.spec +++ b/pcre.spec @@ -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