ledgerupdate testing fix segfault in add ledger

This commit is contained in:
lnk
2025-02-13 11:51:05 +08:00
parent 792e129971
commit 399c3151a8
5 changed files with 61 additions and 21 deletions

View File

@@ -240,11 +240,11 @@ private slots:
helpText += "ud - Execute rocketmq_test_ud\n";
helpText += "set - Execute rocketmq_test_set\n";
helpText += "ledger <id> - Execute ledger with optional terminal_id\n";
helpText += "value <valuename> - Execute value print with valuename : iedcount frontfun frontindex\n";
helpText += "value <valuename> - Execute value print with valuename : iedcount frontfun frontindex remtable\n";
helpText += "exit - Exit the shell\n";
helpText += "help - Show this help message\n";
clientSocket->write(helpText.toUtf8());
clientSocket->flush();
}
// <20><><EFBFBD><EFBFBD> TEST_NUM
else if (command.startsWith("TEST_NUM=")) {