mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +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
|
--color
|
||||||
--no-color Do/Don't colorize the result type in the test result.
|
--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;
|
HELP;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue