[pcre] Allow test suite to print detailed failure

Petr Pisar ppisar at fedoraproject.org
Tue Aug 5 16:02:48 UTC 2014


commit a23a177f3499959852e77b672d17f46233d113a2
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 5 17:59:57 2014 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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
 


More information about the scm-commits mailing list