From 2c293429f380cde4fb0a3898bd74f44fa79d2b25 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 29 Jun 2017 06:50:36 +0000 Subject: [PATCH] Makefile: fix INTEGRATION_PACKAGE Signed-off-by: Akihiro Suda --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbc3e2193..152bdbc97 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ endif # Project packages. PACKAGES=$(shell go list ./... | grep -v /vendor/) -INTEGRATION_PACKAGE=${PKG}/integration +INTEGRATION_PACKAGE=${PKG} TEST_REQUIRES_ROOT_PACKAGES=$(shell for f in $$(git grep -l testutil.RequiresRoot | grep -v Makefile);do echo "${PKG}/$$(dirname $$f)"; done) # Project binaries.