From: Damjan Marion Date: Mon, 22 May 2017 14:56:54 +0000 (+0200) Subject: Disable "make test" for CentOS X-Git-Tag: v17.07-rc1~149 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=aade2c5a703b7d68fb2532e30bf84ab05e2ad152;p=vpp.git 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 --- diff --git a/Makefile b/Makefile index 41e3e711844..aa15731f1f4 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