[elpa/epel7] Print the test suite log in case of failure.

Dominik Mierzejewski rathann at fedoraproject.org
Tue Mar 24 14:24:04 UTC 2015


commit a1b844134a7a60d11882bd79081eb11342988330
Author: Dominik 'Rathann' Mierzejewski <dominik at greysector.net>
Date:   Tue Mar 24 15:23:22 2015 +0100

    Print the test suite log in case of failure.

 elpa.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/elpa.spec b/elpa.spec
index ce5e9a9..3d16c09 100644
--- a/elpa.spec
+++ b/elpa.spec
@@ -196,10 +196,10 @@ done
 %check
 %{_mpich_load}
 pushd mpich
-make check V=1
+make check V=1 || cat ./test-suite.log
 popd
 pushd _openmp/mpich
-make check V=1
+make check V=1 || cat ./test-suite.log
 popd
 %{_mpich_unload}
 
@@ -208,7 +208,7 @@ popd
 %ifnarch armv7hl i686
 %{_openmpi_load}
 pushd openmpi
-make check V=1
+make check V=1 || cat ./test-suite.log
 popd
 %{_openmpi_unload}
 %endif


More information about the scm-commits mailing list