diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-11-19 20:48:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-19 20:48:38 (GMT) |
commit | 9e9787f19a69ed6e0482d29a508548b048dd025d (patch) | |
tree | 9c81ad06c4a5c9e4411847baf027e84c8870f2d6 /Source/ctest.cxx | |
parent | 3520208cbd0ebf9f3db1a9711b49286462cd7e54 (diff) | |
parent | 32c165d2636a65362265d20a16e1f914a53882dd (diff) | |
download | CMake-9e9787f19a69ed6e0482d29a508548b048dd025d.zip CMake-9e9787f19a69ed6e0482d29a508548b048dd025d.tar.gz CMake-9e9787f19a69ed6e0482d29a508548b048dd025d.tar.bz2 |
Merge topic 'ctest-repeat'
32c165d263 CTest: Consolidate '--repeat-* n' options as `--repeat *:n`
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4053
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index a9fcc84..9b45bb0 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -98,11 +98,11 @@ static const char* cmDocumentationOptions[][2] = { "Run a specific number of tests by number." }, { "-U, --union", "Take the Union of -I and -R" }, { "--rerun-failed", "Run only the tests that failed previously" }, - { "--repeat-until-fail <n>", + { "--repeat until-fail:<n>, --repeat-until-fail <n>", "Require each test to run <n> times without failing in order to pass" }, - { "--repeat-until-pass <n>", + { "--repeat until-pass:<n>", "Allow each test to run up to <n> times in order to pass" }, - { "--repeat-after-timeout <n>", + { "--repeat after-timeout:<n>", "Allow each test to run up to <n> times if it times out" }, { "--max-width <width>", "Set the max width for a test name to output" }, { "--interactive-debug-mode [0|1]", "Set the interactive mode to 0 or 1." }, |