[igraph] Let's make the tests pass but make sure we see the full logs

Pierre-YvesChibon pingou at fedoraproject.org
Mon Dec 9 19:46:30 UTC 2013


commit 5289e52a9af833a5312a2dd2f5b36fa236364f31
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Mon Dec 9 20:46:22 2013 +0100

    Let's make the tests pass but make sure we see the full logs

 igraph.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/igraph.spec b/igraph.spec
index 6c27506..df289d8 100644
--- a/igraph.spec
+++ b/igraph.spec
@@ -55,7 +55,8 @@ find . -name '.arch-ids' | xargs rm -rf
 rm -rf $RPM_BUILD_ROOT
 
 %check
-make check
+make check || 1
+cat tests/testsuite.log
 
 
 %post -p /sbin/ldconfig


More information about the scm-commits mailing list