From 414c2fd2bf674a6211912107390b4ad75acc66d2 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 5 Jun 2017 16:40:17 -0700 Subject: Fix EE Short tests (#6585) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17f225c5f..5cf1eeb75 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @@ DIST_PATH=$(DIST_ROOT)/mattermost TESTS=. TESTFLAGS ?= -short +TESTFLAGSEE ?= -test.short # Packages lists TE_PACKAGES=$(shell go list ./... | grep -v vendor) @@ -269,7 +270,7 @@ ifeq ($(BUILD_ENTERPRISE_READY),true) $(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -coverpkg=$(ALL_PACKAGES_COMMA) -c $$package; \ if [ -f $$(basename $$package).test ]; then \ echo "Testing "$$package; \ - ./$$(basename $$package).test -test.v $(TESTFLAGS) -test.timeout=2000s -test.coverprofile=cprofile.out || exit 1; \ + ./$$(basename $$package).test -test.v $(TESTFLAGSEE) -test.timeout=2000s -test.coverprofile=cprofile.out || exit 1; \ if [ -f cprofile.out ]; then \ tail -n +2 cprofile.out >> cover.out; \ rm cprofile.out; \ -- cgit v1.2.3-1-g7c22