From 799caffd96c9d522854b0861872ba0405fae02df Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Jun 22 2018 08:24:22 +0000 Subject: Do not run "make check" simultaneously. This should avoid some tests to fail sometimes. --- diff --git a/openvswitch.spec b/openvswitch.spec index 1ca93d9..5a9b003 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -323,8 +323,7 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/ovn-docker-overlay-driver \ %check %if %{with check} - if make check TESTSUITEFLAGS='%{_smp_mflags}' || - make check TESTSUITEFLAGS='--recheck'; then :; + if make check; then :; else cat tests/testsuite.log exit 1 @@ -630,6 +629,7 @@ chown -R openvswitch:openvswitch /etc/openvswitch %changelog * Tue Jun 19 2018 Timothy Redaelli - 2.9.2-1 - Update to OVS 2.9.2 +- Do not run "make check" simultaneously. * Tue Jun 19 2018 Miro HronĨok - 2.9.1-2 - Rebuilt for Python 3.7