summaryrefslogtreecommitdiff
path: root/xenserver/openvswitch-xen.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'xenserver/openvswitch-xen.spec.in')
-rw-r--r--xenserver/openvswitch-xen.spec.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/xenserver/openvswitch-xen.spec.in b/xenserver/openvswitch-xen.spec.in
index 8bc4a2c36..313dc4ccd 100644
--- a/xenserver/openvswitch-xen.spec.in
+++ b/xenserver/openvswitch-xen.spec.in
@@ -162,8 +162,7 @@ install -d -m 755 $RPM_BUILD_ROOT/var/lib/openvswitch
%check
%if %{with check}
- if make check TESTSUITEFLAGS='%{_smp_mflags}' ||
- make check TESTSUITEFLAGS='--recheck'; then :;
+ if make check TESTSUITEFLAGS='%{_smp_mflags}' RECHECK=yes; then :;
else
cat tests/testsuite.log
exit 1