mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
Add --repeat flag to usage info of run-tests.php
Closes GH-6429.
This commit is contained in:
parent
604e66edd2
commit
c3885f2316
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,10 @@ Options:
|
|||
--color
|
||||
--no-color Do/Don't colorize the result type in the test result.
|
||||
|
||||
--repeat [n]
|
||||
Run the tests multiple times in the same process and check the
|
||||
output of the last execution (CLI SAPI only).
|
||||
|
||||
|
||||
HELP;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue