From 067b8f230460388442f9f9f5ed7a744ca9c646b5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 4 May 2017 16:32:56 +0200 Subject: runtests: add -o to run test cases in scrambled order ... instead of numerical order. Closes #1466 --- tests/runtests.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/runtests.1') 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, , et al. +.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, , 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 -- cgit v1.2.3