Comment 'TEST_DEPS = emqx_ct_helplers'

This commit is contained in:
Feng Lee 2018-08-30 00:22:47 +08:00
parent b1dadf444f
commit 649f59d4dc
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ ERLC_OPTS += +'{parse_transform, lager_transform}'
BUILD_DEPS = cuttlefish
dep_cuttlefish = git https://github.com/emqx/cuttlefish emqx30
TEST_DEPS = emqx_ct_helplers
dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers
#TEST_DEPS = emqx_ct_helplers
#dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers
TEST_ERLC_OPTS += +debug_info
TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'