From 4b827922a2ade131724fb7a39eaa992b5919e053 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 13 Oct 2016 10:47:06 -0700 Subject: [PATCH] call check-summary manually after test failures --- rust.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 5644501..43f573a 100644 --- a/rust.spec +++ b/rust.spec @@ -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