Disable "make test" for CentOS 28/6828/1
authorDamjan Marion <damarion@cisco.com>
Mon, 22 May 2017 14:56:54 +0000 (16:56 +0200)
committerDamjan Marion <damarion@cisco.com>
Mon, 22 May 2017 14:59:05 +0000 (16:59 +0200)
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>
Makefile

index 41e3e71..aa15731 100644 (file)
--- 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