Browse Source

fix: tmp - test relup

Shawn 3 years atrás
parent
commit
0d980904e0
1 changed files with 2 additions and 2 deletions
  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