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:
Zaiming (Stone) Shi 2022-11-11 14:56:33 +01:00 committed by GitHub
commit 7c4d41a593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ PKG_PROFILES := emqx-pkg emqx-enterprise-pkg
PROFILES := $(REL_PROFILES) $(PKG_PROFILES) default
CT_NODE_NAME ?= 'test@127.0.0.1'
CT_READABLE ?= false
CT_READABLE ?= true
export REBAR_GIT_CLONE_OPTIONS += --depth=1