[kubernetes] run %check tests at build time

Eric Paris eparis at fedoraproject.org
Mon Nov 3 21:33:32 UTC 2014


commit 6d7725ea53d832d6fe939e2038fce060ba0a2014
Author: Eric Paris <eparis at redhat.com>
Date:   Fri Oct 31 10:31:36 2014 -0400

    run %check tests at build time

 kubernetes.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/kubernetes.spec b/kubernetes.spec
index ce01f96..c9b50af 100644
--- a/kubernetes.spec
+++ b/kubernetes.spec
@@ -112,7 +112,6 @@ done
 export KUBE_EXTRA_GOPATH=%{gopath}
 export KUBE_NO_GODEPS="true"
 export KUBE_NO_BUILD_INTEGRATION="true"
-exit
 echo "******Testing the commands*****"
 hack/test-cmd.sh
 # In Fedora 20 and RHEL7 the go cover tools isn't available correctly
@@ -193,6 +192,8 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+- Start running %check tests again
+
 * Fri Oct 31 2014 Eric Paris <eparis at redhat.com - 0.4+-426.0.gita18cdac
 - Bump to upstream a18cdac616962a2c486feb22afa3538fc3cf3a3a
 


More information about the scm-commits mailing list