aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-13 17:27:12 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-15 11:54:45 +0100
commit571f2c81d10e9093b4eb91b3714f640af4c9eab1 (patch)
tree8cc629e8201349f0f938f49c754099b8984964d5 /tests/runtests.1
parent024981cd1e69690a1efe521b32dca47f6f1e70f2 (diff)
runtests: --repeat=[num] to repeat tests
Closes #4715
Diffstat (limited to 'tests/runtests.1')
-rw-r--r--tests/runtests.17
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/runtests.1 b/tests/runtests.1
index bb36a8b44..69aafe579 100644
--- a/tests/runtests.1
+++ b/tests/runtests.1
@@ -82,6 +82,13 @@ Run the tests in a scrambled, or randomized, order instead of sequentially.
Display run time statistics. (Requires Perl Time::HiRes module)
.IP "-rf"
Display full run time statistics. (Requires Perl Time::HiRes module)
+.IP "--repeat=[num]"
+This will repeat the given set of test numbers this many times. If no test
+numbers are given, it will repeat ALL tests this many times. It iteratively
+adds the new sequence at the end of the initially given one.
+
+If \fB-R\fP is also used, the scrambling is done after the repeats have
+extended the test sequence.
.IP "-s"
Shorter output. Speaks less than default.
.IP "--shallow=[num](,seed)"