From 2b1da58e6d31aee848a2e56d07575b419dc8155b Mon Sep 17 00:00:00 2001 From: Ibrahim Serdar Acikgoz Date: Mon, 31 Aug 2020 14:01:12 +0300 Subject: [PATCH] make test: ignore data directory while running make test (#15346) Co-authored-by: Mattermod --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1618ac754..af406c1363 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ DIST_PATH=$(DIST_ROOT)/mattermost TESTS=. # Packages lists -TE_PACKAGES=$(shell $(GO) list ./...) +TE_PACKAGES=$(shell $(GO) list ./... | grep -v ./data) # Plugins Packages PLUGIN_PACKAGES?=mattermost-plugin-zoom-v1.3.1