From 281fb2d5ec11294f7676a9bb72e8b17976598439 Mon Sep 17 00:00:00 2001 From: HeeeJianBo Date: Thu, 25 Apr 2019 14:30:35 +0800 Subject: [PATCH] Depend emqx_ct_helper with tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f1182c83..acb854fa4 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CUR_BRANCH := $(shell git branch | grep -e "^*" | cut -d' ' -f 2) BRANCH := $(if $(filter $(CUR_BRANCH), master develop), $(CUR_BRANCH), develop) TEST_DEPS = emqx_ct_helpers -dep_emqx_ct_helpers = git-emqx https://github.com/emqx/emqx-ct-helpers.git $(BRANCH) +dep_emqx_ct_helpers = git-emqx https://github.com/emqx/emqx-ct-helpers.git v1.0 TEST_ERLC_OPTS += +debug_info -DAPPLICATION=emqx