Merge pull request #9352 from zmstone/1111-change-CT_READABLE-default-to-true
test: change CT_READABLE default value to true
This commit is contained in:
commit
7c4d41a593
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ PKG_PROFILES := emqx-pkg emqx-enterprise-pkg
|
||||||
PROFILES := $(REL_PROFILES) $(PKG_PROFILES) default
|
PROFILES := $(REL_PROFILES) $(PKG_PROFILES) default
|
||||||
|
|
||||||
CT_NODE_NAME ?= 'test@127.0.0.1'
|
CT_NODE_NAME ?= 'test@127.0.0.1'
|
||||||
CT_READABLE ?= false
|
CT_READABLE ?= true
|
||||||
|
|
||||||
export REBAR_GIT_CLONE_OPTIONS += --depth=1
|
export REBAR_GIT_CLONE_OPTIONS += --depth=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue