diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-05-04 16:32:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-04 23:36:57 +0200 |
commit | 067b8f230460388442f9f9f5ed7a744ca9c646b5 (patch) | |
tree | 29cbda7adeb5abb911a1187ccaa2bf6db35d0192 /tests/runtests.1 | |
parent | 79bb0afddb4a59033b82a9a55acf317e85f57e3c (diff) | |
download | curl-067b8f230460388442f9f9f5ed7a744ca9c646b5.tar.gz |
runtests: add -o to run test cases in scrambled order
... instead of numerical order.
Closes #1466
Diffstat (limited to 'tests/runtests.1')
-rw-r--r-- | tests/runtests.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/runtests.1 b/tests/runtests.1 index 5576b2fd8..02540c84b 100644 --- a/tests/runtests.1 +++ b/tests/runtests.1 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -71,6 +71,8 @@ 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 |