[Cmake-commits] [cmake-commits] zach.mullen committed ctest.cxx 1.113 1.114

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 30 16:12:26 EST 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv25524

Modified Files:
	ctest.cxx 
Log Message:
Document new timeout command line option


Index: ctest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/ctest.cxx,v
retrieving revision 1.113
retrieving revision 1.114
diff -C 2 -d -r1.113 -r1.114
*** ctest.cxx	24 Nov 2009 16:46:06 -0000	1.113
--- ctest.cxx	30 Nov 2009 21:12:24 -0000	1.114
***************
*** 216,219 ****
--- 216,222 ----
     "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." },



More information about the Cmake-commits mailing list