summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-02-02 14:46:55 +0000
committerYang Tse <yangsita@gmail.com>2010-02-02 14:46:55 +0000
commit54879d77633a16d0a783c2129229520c34d46184 (patch)
treea2cddda0992d66cbde1ad060e0434c8b3fb13e98
parent49ba75af269044e3ac10a6d9431fcc1818760449 (diff)
downloadgnurl-54879d77633a16d0a783c2129229520c34d46184.tar.gz
gnurl-54879d77633a16d0a783c2129229520c34d46184.tar.bz2
gnurl-54879d77633a16d0a783c2129229520c34d46184.zip
mention run time statistics options
-rw-r--r--tests/runtests.16
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/runtests.1 b/tests/runtests.1
index c09741ce7..5386a1edc 100644
--- a/tests/runtests.1
+++ b/tests/runtests.1
@@ -21,7 +21,7 @@
.\" * $Id$
.\" **************************************************************************
.\"
-.TH runtests.pl 1 "11 Oct 2007" "Curl 7.17.1" "runtests"
+.TH runtests.pl 1 "2 Feb 2010" "Curl 7.20.0" "runtests"
.SH NAME
runtests.pl \- run one or more test cases
.SH SYNOPSIS
@@ -73,6 +73,10 @@ 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"
+Display run time statistics. (Requires Perl Time::HiRes module)
+.IP "-rf"
+Display full run time statistics. (Requires Perl Time::HiRes module)
.IP "-s"
Shorter output. Speaks less than default.
.IP "-t[num]"