From c3885f2316b810634e7f55b9be0f00f78fa6c04d Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 15 Nov 2020 15:19:38 +0100 Subject: [PATCH] Add --repeat flag to usage info of run-tests.php Closes GH-6429. --- run-tests.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run-tests.php b/run-tests.php index 4beafa90b28..7cb8fed1bec 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; }