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

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Dec 11 14:30:28 EST 2009


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

Modified Files:
	ctest.cxx 
Log Message:
Document new --http1.0 option.


Index: ctest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/ctest.cxx,v
retrieving revision 1.114
retrieving revision 1.115
diff -C 2 -d -r1.114 -r1.115
*** ctest.cxx	30 Nov 2009 21:12:24 -0000	1.114
--- ctest.cxx	11 Dec 2009 19:30:26 -0000	1.115
***************
*** 219,222 ****
--- 219,225 ----
     "This option will set a global timeout on all tests that do not already "
     "have a timeout set on them."},
+   {"--http1.0", "Submit using HTTP 1.0.",
+   "This option will force CTest to use HTTP 1.0 to submit files to the "
+   "dashboard, instead of HTTP 1.1."},
    {"--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