summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-04-22 08:37:02 -0400
committerChristopher Speller <crspeller@gmail.com>2016-04-22 08:37:02 -0400
commite80bf13f48a9dba6815558ded39356b1cff584d2 (patch)
tree3882ea2c951fa8cbcafb3f49e228b040ef5720b5 /Makefile
parentf0be4a09856754d275e0ee12c5c7f6208a71266e (diff)
downloadchat-e80bf13f48a9dba6815558ded39356b1cff584d2.tar.gz
chat-e80bf13f48a9dba6815558ded39356b1cff584d2.tar.bz2
chat-e80bf13f48a9dba6815558ded39356b1cff584d2.zip
Re-enable enterprise tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 934699dd6..0d22d392d 100644
--- a/Makefile
+++ b/Makefile
@@ -150,8 +150,8 @@ test: start-docker
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s ./web || exit 1
ifeq ($(BUILD_ENTERPRISE_READY),true)
@echo Running Enterprise tests
- #$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s $(BUILD_ENTERPRISE_DIR)/ldap || exit 1
- #$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s $(BUILD_ENTERPRISE_DIR)/compliance || exit 1
+ $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s $(BUILD_ENTERPRISE_DIR)/ldap || exit 1
+ $(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=120s $(BUILD_ENTERPRISE_DIR)/compliance || exit 1
endif
setup-run-client-tests: