call check-summary manually after test failures

This commit is contained in:
Josh Stone 2016-10-13 10:47:06 -07:00
parent b7f305b499
commit 4b827922a2
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ mv -v %{buildroot}/%{_libdir}/rustlib/etc %{buildroot}/%{_datadir}/%{name}/
# Note, many of the tests execute in parallel threads,
# so it's better not to use a parallel make here.
# The results are not stable on koji, so mask errors and just log it.
make check-lite VERBOSE=1 -k || echo "make check-lite exited with code $?"
make check-lite VERBOSE=1 -k || python2 src/etc/check-summary.py tmp/*.log || :
%post -p /sbin/ldconfig