diff options
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/ctest.1.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index a18d43f..031b9a7 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -266,6 +266,11 @@ Options This is useful in finding sporadic failures in test cases. +``--repeat-until-pass <n>`` + Allow each test to run up to ``<n>`` times in order to pass. + + This is useful in tolerating sporadic failures in test cases. + ``--max-width <width>`` Set the max width for a test name to output. |