summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-11-15 15:19:38 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-11-15 16:41:46 +0100
commitc3885f2316b810634e7f55b9be0f00f78fa6c04d (patch)
tree48580bba02cd86d3e1a19e2d4c26c0fae2baf504 /run-tests.php
parent604e66edd26d335a75913611eb404c473f89e453 (diff)
downloadphp-git-c3885f2316b810634e7f55b9be0f00f78fa6c04d.tar.gz
Add --repeat flag to usage info of run-tests.php
Closes GH-6429.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 4beafa90b2..7cb8fed1be 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -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;
}