rathann pushed to elpa (el6). "show only the one failing test output"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 4 12:30:12 UTC 2015


>From f1e0d24bd3e6a88d581903dcdfe80a33225f5415 Mon Sep 17 00:00:00 2001
From: Dominik 'Rathann' Mierzejewski <dominik at greysector.net>
Date: Fri, 20 Mar 2015 14:00:33 +0100
Subject: show only the one failing test output


diff --git a/elpa-disable-tests.patch b/elpa-disable-tests.patch
new file mode 100644
index 0000000..f8c4f91
--- /dev/null
+++ b/elpa-disable-tests.patch
@@ -0,0 +1,11 @@
+diff -up mpich/Makefile.am.test mpich/Makefile.am
+--- mpich/Makefile.am.test	2015-03-20 13:54:14.380947312 +0100
++++ mpich/Makefile.am	2015-03-20 13:57:37.734093371 +0100
+@@ -191,7 +191,6 @@ elpa2_print_kernels at SUFFIX@_LDADD = $(bu
+ check_SCRIPTS = \
+   elpa1_test_real.sh \
+   elpa1_test_real_with_c.sh \
+-  elpa1_test_real_c_version.sh \
+   elpa2_test_real.sh \
+   elpa2_test_real_default_kernel.sh \
+   elpa1_test_complex.sh \
diff --git a/elpa.spec b/elpa.spec
index 0c5a4b6..c966e56 100644
--- a/elpa.spec
+++ b/elpa.spec
@@ -193,10 +193,10 @@ done
 %check
 %{_mpich_load}
 pushd mpich
-make check V=1 || cat elpa*.sh.log
+make check V=1 || cat elpa1_test_real_c_version.sh.log
 popd
 pushd _openmp/mpich
-make check V=1 || cat elpa*.sh.log
+make check V=1 || cat elpa1_test_real_c_version.sh.log
 popd
 %{_mpich_unload}
 
@@ -205,7 +205,7 @@ popd
 %ifnarch armv7hl i686
 %{_openmpi_load}
 pushd openmpi
-make check V=1 || cat elpa*.sh.log
+make check V=1 || cat elpa1_test_real_c_version.sh.log
 popd
 %{_openmpi_unload}
 %endif
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/elpa.git/commit/?h=el6&id=f1e0d24bd3e6a88d581903dcdfe80a33225f5415


More information about the scm-commits mailing list