diff --git a/scripts/pkg-tests.sh b/scripts/pkg-tests.sh index b57a2bf71..dac7248f4 100755 --- a/scripts/pkg-tests.sh +++ b/scripts/pkg-tests.sh @@ -184,9 +184,9 @@ export EMQX_LOG__CONSOLE_HANDLER__LEVEL=debug export EMQX_LOG__FILE_HANDLERS__DEFAULT__LEVEL=debug EOF ## for ARM, due to CI env issue, skip start of quic listener for the moment - [[ $(arch) == *arm* || $(arch) == aarch64 ]] && tee -a "$emqx_env_vars" <