summaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2017-03-31 11:27:23 -0400
committerRussell Bryant <rbryant@redhat.com>2017-05-02 21:34:35 -0400
commitfb876c9450d70327018011df1a013962118ea088 (patch)
treeb268bde420bae07b3c1b3865c942a226f5f66067 /rhel
parentd2c09275b93f9471a36ab1dc7658cd445a152681 (diff)
downloadopenvswitch-fb876c9450d70327018011df1a013962118ea088.tar.gz
build: Don't run tests in rpm makefile targets.
The RPM build makefile targets are helpful during development and testing, but I personally almost never want the tests to run when I use them. Leave tests on by default in the spec file for when the package is built by distro build systems, but disable it by default in the Makefile targets and update the documentation accordingly. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Lance Richardson <lrichard@redhat.com> Acked-by: Aaron Conole <aconole@redhat.com>
Diffstat (limited to 'rhel')
-rw-r--r--rhel/automake.mk1
1 files changed, 1 insertions, 0 deletions
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