We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ed87f commit fa4abfdCopy full SHA for fa4abfd
llvm/utils/lit/lit/cl_arguments.py
@@ -203,7 +203,9 @@ def parse_args():
203
"--max-retries-per-test",
204
dest="maxRetriesPerTest",
205
metavar="N",
206
- help="Maximum number of allowed retry attempts per test (NOTE: ALLOWED_RETRIES keyword always takes precedence)",
+ help="Maximum number of allowed retry attempts per test "
207
+ "(NOTE: The config.test_retry_attempts test suite option and "
208
+ "ALLOWED_RETRIES keyword always take precedence)",
209
type=_positive_int,
210
)
211
execution_group.add_argument(
0 commit comments