print test-suite.log

This commit is contained in:
Christoph Junghans 2020-01-24 19:42:23 -07:00
parent 3151bcb9a6
commit 0e7deffce6
1 changed files with 2 additions and 2 deletions

View File

@ -108,10 +108,10 @@ cp -r doc/html/* %{buildroot}%{_docdir}/%{name}
%ifarch s390x
export PMIX_MCA_gds=hash
%endif
make -C openmpi check
make -C openmpi check || { cat openmpi/tests/test-suite.log && exit 1; }
%{_openmpi_unload}
%{_mpich_load}
make -C mpich check
make -C mpich check || { cat mpich/tests/test-suite.log && exit 1; }
%{_mpich_unload}
%files openmpi