show only the one failing test output

This commit is contained in:
Dominik 'Rathann' Mierzejewski 2015-03-20 14:00:33 +01:00
parent 60f88c76e9
commit f1e0d24bd3
2 changed files with 14 additions and 3 deletions

11
elpa-disable-tests.patch Normal file
View File

@ -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@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 \

View File

@ -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