浏览代码

fix: tmp - test relup

Shawn 3 年之前
父节点
当前提交
0d980904e0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .ci/fvt_tests/relup.lux

+ 2 - 2
.ci/fvt_tests/relup.lux

@@ -27,7 +27,7 @@
     ?SH-PROMPT
 
     !cd emqx
-    !./bin/emqx start
+    !./bin/emqx console
     ?EMQ X .* is started successfully!
     ?SH-PROMPT
 
@@ -40,7 +40,7 @@
 
     !sed -i '/emqx_telemetry/d' data/loaded_plugins
 
-    !./bin/emqx start
+    !./bin/emqx console
     ?EMQ X .* is started successfully!
     ?SH-PROMPT