Skip to content

Commit fa4abfd

Browse files
committed
Adjust help text of --max-retries-per-test
1 parent 42ed87f commit fa4abfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/utils/lit/lit/cl_arguments.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ def parse_args():
203203
"--max-retries-per-test",
204204
dest="maxRetriesPerTest",
205205
metavar="N",
206-
help="Maximum number of allowed retry attempts per test (NOTE: ALLOWED_RETRIES keyword always takes precedence)",
206+
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)",
207209
type=_positive_int,
208210
)
209211
execution_group.add_argument(

0 commit comments

Comments
 (0)