aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
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.pl
parent067b8f230460388442f9f9f5ed7a744ca9c646b5 (diff)
runtests: use -R for random order
Suggested-by: Dan Fandrich
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index d3e4fbbcc..68ff3933e 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2016, 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
@@ -4896,7 +4896,7 @@ while(@ARGV) {
# no valgrind
undef $valgrind;
}
- elsif ($ARGV[0] eq "-o") {
+ elsif ($ARGV[0] eq "-R") {
# execute in scrambled order
$scrambleorder=1;
}
@@ -4969,8 +4969,8 @@ Usage: runtests.pl [options] [test selection(s)]
-k keep stdout and stderr files present after tests
-l list all test case names/descriptions
-n no valgrind
- -o scrambled order
-p print log file contents when a test fails
+ -R scrambled order
-r run time statistics
-rf full run time statistics
-s short output