summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-11-30 21:12:24 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-11-30 21:12:24 (GMT)
commitb286e6ec7fea280caa41eba2f5f586a0cac34cf8 (patch)
treef509ae79553f054a59fc462246dab23ba55f0300
parentc17ce46c73ace0b0eb6a2f6b14da246ebdafece0 (diff)
downloadCMake-b286e6ec7fea280caa41eba2f5f586a0cac34cf8.zip
CMake-b286e6ec7fea280caa41eba2f5f586a0cac34cf8.tar.gz
CMake-b286e6ec7fea280caa41eba2f5f586a0cac34cf8.tar.bz2
Document new timeout command line option
-rw-r--r--Source/ctest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 969e102..629df2e 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -215,6 +215,9 @@ static const char * cmDocumentationOptions[][3] =
"This option allows performing the same CTest action (such as test) "
"multiple times and submit all stages to the same dashboard (Dart2 "
"required). Each execution requires different index." },
+ {"--timeout <seconds>", "Set a global timeout on all tests.",
+ "This option will set a global timeout on all tests that do not already "
+ "have a timeout set on them."},
{"--help-command <cmd> [<file>]", "Show help for a single command and exit.",
"Prints the help for the command to stdout or to the specified file." },
{"--help-command-list [<file>]", "List available commands and exit.",