aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2017-05-22 16:56:54 +0200
committerDamjan Marion <damarion@cisco.com>2017-05-22 16:59:05 +0200
commitaade2c5a703b7d68fb2532e30bf84ab05e2ad152 (patch)
tree4901a12b1a6d34d2d916bfd4a54f1bcd83a6c42d
parent4b8d3be9f4d5275ed0cc3701305958f9d74d18c1 (diff)
Disable "make test" for CentOS
Due to issues with python on centos we cannot reliably execute "make test". To be removed after problem is solved. Change-Id: I92d2b647c72a8ba58cf8a9d4b443357e61ef403f Signed-off-by: Damjan Marion <damarion@cisco.com>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 41e3e711..aa15731f 100644
--- a/Makefile
+++ b/Makefile
@@ -434,6 +434,8 @@ endif
@make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install
$(call banner,"Building $(PKG) packages")
@make pkg-$(PKG)
+ifeq ($(OS_ID)-$(OS_VERSION_ID),ubuntu-16.04)
@make test
+endif