aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-05-05 08:12:24 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-05-05 08:12:24 +0200
commit1ef38a95d27d51366ca291c332af9f35782896bf (patch)
tree2d2aafe7de113943b12387eb8115c0af2ba99e1f /tests/runtests.1
parent067b8f230460388442f9f9f5ed7a744ca9c646b5 (diff)
runtests: use -R for random order
Suggested-by: Dan Fandrich
Diffstat (limited to 'tests/runtests.1')
-rw-r--r--tests/runtests.14
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.1 b/tests/runtests.1
index 02540c84b..18ddce483 100644
--- a/tests/runtests.1
+++ b/tests/runtests.1
@@ -71,13 +71,13 @@ detected. Useful for debugging.
Lists all test case names.
.IP "-n"
Disable the check for and use of valgrind.
-.IP "-o"
-Run the tests in a scrambled, or randomized, order instead of sequentially.
.IP "-p"
Prints out all files in "log/" to stdout when a test case fails. Very
practical when used in the automated and distributed tests since then the
people checking the failures and the reasons for them might not have physical
access to the machine and logs.
+.IP "-R"
+Run the tests in a scrambled, or randomized, order instead of sequentially.
.IP "-r"
Display run time statistics. (Requires Perl Time::HiRes module)
.IP "-rf"