summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/intro/install/fedora.rst9
-rw-r--r--rhel/automake.mk1
2 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/intro/install/fedora.rst b/Documentation/intro/install/fedora.rst
index ffc77a429..b5617dccd 100644
--- a/Documentation/intro/install/fedora.rst
+++ b/Documentation/intro/install/fedora.rst
@@ -87,15 +87,14 @@ can be added:
::
- $ make rpm-fedora RPMBUILD_OPT="--with dpdk"
+ $ make rpm-fedora RPMBUILD_OPT="--with dpdk --without check"
-The above commands automatically run the Open vSwitch unit tests, which can
-take several minutes. To reduce the build time by disabling the execution of
-these tests, the ``--without check`` option can be added:
+You can also have the above commands automatically run the Open vSwitch unit
+tests. This can take several minutes.
::
- $ make rpm-fedora RPMBUILD_OPT="--without check"
+ $ make rpm-fedora RPMBUILD_OPT="--with check"
Kernel OVS Tree Datapath RPM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/rhel/automake.mk b/rhel/automake.mk
index c4f043ac9..1265fa747 100644
--- a/rhel/automake.mk
+++ b/rhel/automake.mk
@@ -55,6 +55,7 @@ $(srcdir)/rhel/openvswitch-fedora.spec: rhel/openvswitch-fedora.spec.in $(top_bu
$(update_rhel_spec)
RPMBUILD_TOP := $(abs_top_builddir)/rpm/rpmbuild
+RPMBUILD_OPT ?= --without check
# Build user-space RPMs
rpm-fedora: dist $(srcdir)/rhel/openvswitch-fedora.spec