summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-09-06 20:38:13 -0700
committerChristopher Speller <crspeller@gmail.com>2017-09-06 20:38:13 -0700
commitfd86a2490ea81eba8e12dcce76455710f182f81c (patch)
tree714f365c23b5f3beebc3e00ec3a33fc2682ad527 /Makefile
parent2205f6d074e032202127fc621e6693515d4f62ff (diff)
downloadchat-fd86a2490ea81eba8e12dcce76455710f182f81c.tar.gz
chat-fd86a2490ea81eba8e12dcce76455710f182f81c.tar.bz2
chat-fd86a2490ea81eba8e12dcce76455710f182f81c.zip
Fixing EE build for master (#7394)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79439d4b7..f5e6d5d18 100644
--- a/Makefile
+++ b/Makefile
@@ -304,7 +304,7 @@ ifeq ($(BUILD_ENTERPRISE_READY),true)
for package in $(EE_PACKAGES); do \
echo "Testing "$$package; \
- $(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -coverpkg=$(ALL_PACKAGES_COMMA) -c $$package; \
+ $(GO) test $(GOFLAGS) -run=$(TESTS) -covermode=count -coverpkg=$(ALL_PACKAGES_COMMA) -c $$package || exit 1; \
if [ -f $$(basename $$package).test ]; then \
echo "Testing "$$package; \
./$$(basename $$package).test -test.v $(TESTFLAGSEE) -test.timeout=2000s -test.coverprofile=cprofile.out || exit 1; \