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.