Do not run "make check" simultaneously.

This should avoid some tests to fail sometimes.
f38
Timothy Redaelli 7 years ago
parent 89411f5512
commit 799caffd96

@ -323,8 +323,7 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/ovn-docker-overlay-driver \
%check %check
%if %{with check} %if %{with check}
if make check TESTSUITEFLAGS='%{_smp_mflags}' || if make check; then :;
make check TESTSUITEFLAGS='--recheck'; then :;
else else
cat tests/testsuite.log cat tests/testsuite.log
exit 1 exit 1
@ -630,6 +629,7 @@ chown -R openvswitch:openvswitch /etc/openvswitch
%changelog %changelog
* Tue Jun 19 2018 Timothy Redaelli <tredaelli@redhat.com> - 2.9.2-1 * Tue Jun 19 2018 Timothy Redaelli <tredaelli@redhat.com> - 2.9.2-1
- Update to OVS 2.9.2 - Update to OVS 2.9.2
- Do not run "make check" simultaneously.
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.9.1-2 * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.9.1-2
- Rebuilt for Python 3.7 - Rebuilt for Python 3.7

Loading…
Cancel
Save