docs: update help message about unit test-suite pattern matching (#4846)

Update the "rippled --help" message for the "-u" parameter. This
documents the unit test name pattern matching rule implemented by #4634.

Fix #4800
This commit is contained in:
Chenna Keshava B S
2024-01-19 21:55:57 -08:00
committed by GitHub
parent a41f38547b
commit efe6722bf8
6 changed files with 70 additions and 52 deletions

View File

@@ -431,9 +431,8 @@ run(int argc, char** argv)
po::value<std::string>()->implicit_value(""),
"Perform unit tests. The optional argument specifies one or "
"more comma-separated selectors. Each selector specifies a suite name, "
"full-name (lib.module.suite), module, or library "
"(checked in that "
"order).")(
"suite name prefix, full-name (lib.module.suite), module, or library "
"(checked in that order).")(
"unittest-arg",
po::value<std::string>()->implicit_value(""),
"Supplies an argument string to unit tests. If provided, this argument "