From 67710472f57f416144f7edfcad8b24299da89e22 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 27 Jun 2022 20:49:20 +0200 Subject: [PATCH] ci: debug boot in relup test --- .ci/fvt_tests/relup.lux | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/fvt_tests/relup.lux b/.ci/fvt_tests/relup.lux index 06101ceb4..e631a7d0b 100644 --- a/.ci/fvt_tests/relup.lux +++ b/.ci/fvt_tests/relup.lux @@ -24,6 +24,8 @@ !cd emqx1 !export EMQX_NODE_NAME='emqx1@127.0.0.1' +# debug boot + !sed 's/-boot_var RELEASE_LIB/-init_debug -boot_var RELEASE_LIB/g' -i ./bin/emqx !./bin/emqx start ?EMQX .* is started successfully! ?SH-PROMPT