[elpa/f20] disable tests on i686 with mpich

Dominik Mierzejewski rathann at fedoraproject.org
Thu Jul 3 17:45:19 UTC 2014


commit c8f4e5ab008009fa8d790e146a653fd8f23bb5a0
Author: Dominik Mierzejewski <rpm at greysector.net>
Date:   Thu Jul 3 19:43:43 2014 +0200

    disable tests on i686 with mpich
    
    They don't seem to complete in time.

 elpa.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/elpa.spec b/elpa.spec
index 31c745c..1f012f1 100644
--- a/elpa.spec
+++ b/elpa.spec
@@ -199,6 +199,8 @@ rm %{buildroot}%{_bindir}/test*
 
 %if 1
 %check
+# tests on i686 with mpich never complete, disable for now
+%ifnarch i686
 %{_mpich_load}
 pushd mpich
 make check
@@ -207,6 +209,7 @@ pushd _mt/mpich
 make check
 popd
 %{_mpich_unload}
+%endif
 
 # only non-mt openmpi build can be tested, see bug #1105902
 %{_openmpi_load}


More information about the scm-commits mailing list