Skip to content

Commit c3885f2

Browse files
committed
Add --repeat flag to usage info of run-tests.php
Closes GH-6429.
1 parent 604e66e commit c3885f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run-tests.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ function show_usage(): void
121121
--color
122122
--no-color Do/Don't colorize the result type in the test result.
123123
124+
--repeat [n]
125+
Run the tests multiple times in the same process and check the
126+
output of the last execution (CLI SAPI only).
127+
124128
125129
HELP;
126130
}

0 commit comments

Comments
 (0)