ledgerupdate testing fix segfault in add ledger
This commit is contained in:
@@ -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=")) {
|
||||
|
||||
Reference in New Issue
Block a user