Add --repeat flag to usage info of run-tests.php

Closes GH-6429.
This commit is contained in:
Christoph M. Becker 2020-11-15 15:19:38 +01:00
parent 604e66edd2
commit c3885f2316

View file

@ -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;
}