From aade2c5a703b7d68fb2532e30bf84ab05e2ad152 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Mon, 22 May 2017 16:56:54 +0200 Subject: 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 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit 1.2.3-korg