]> granicus.if.org Git - php/commitdiff
Add --repeat flag to usage info of run-tests.php
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 15 Nov 2020 14:19:38 +0000 (15:19 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 15 Nov 2020 15:41:46 +0000 (16:41 +0100)
Closes GH-6429.

run-tests.php

index 4beafa90b287ed26d8369501c859c05c618a817d..7cb8fed1beceea93dffec5277edce77c1e27460b 100755 (executable)
@@ -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;
 }