From 3561e4ed9b7057885a25e1a0b4dab38c4790882a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 31 Mar 2021 12:03:00 +0200 Subject: [PATCH] runtests.pl: add the --repeat parameter to the --help output Closes #8959 --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runtests.pl b/tests/runtests.pl index c4fc453d89..cc308e7ba3 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -5763,6 +5763,7 @@ Usage: runtests.pl [options] [test selection(s)] -r run time statistics -rf full run time statistics -rm force removal of files by killing locking processes (Windows only) + --repeat=[num] run the given tests this many times -s short output --seed=[num] set the random seed to a fixed number --shallow=[num] randomly makes the torture tests "thinner"