[Cmake-commits] [cmake-commits] zach.mullen committed ctest.cxx 1.110 1.111

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 4 10:24:33 EST 2009


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

Modified Files:
	ctest.cxx 
Log Message:
Fixed ctest doc typos.  (bug 9836)


Index: ctest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/ctest.cxx,v
retrieving revision 1.110
retrieving revision 1.111
diff -C 2 -d -r1.110 -r1.111
*** ctest.cxx	29 Oct 2009 19:30:12 -0000	1.110
--- ctest.cxx	4 Nov 2009 15:24:30 -0000	1.111
***************
*** 124,129 ****
     "configuration",
     "This option does the same operations as -S but it will do them in a "
!    "seperate process. This is primarily useful in cases where the script "
!    "may modify the environment and you do not want the modified enviroment "
     "to impact other -S scripts."},
    {"-A <file>, --add-notes <file>", "Add a notes file with submission",
--- 124,129 ----
     "configuration",
     "This option does the same operations as -S but it will do them in a "
!    "separate process. This is primarily useful in cases where the script "
!    "may modify the environment and you do not want the modified environment "
     "to impact other -S scripts."},
    {"-A <file>, --add-notes <file>", "Add a notes file with submission",
***************
*** 142,146 ****
    {"--max-width <width>", "Set the max width for a test name to output",
     "Set the maximum width for each test name to show in the output.  This "
!    "allows the user to widen the output to avoid cliping the test name which "
     "can be very annoying."},
    {"--interactive-debug-mode [0|1]", "Set the interactive mode to 0 or 1.",
--- 142,146 ----
    {"--max-width <width>", "Set the max width for a test name to output",
     "Set the maximum width for each test name to show in the output.  This "
!    "allows the user to widen the output to avoid clipping the test name which "
     "can be very annoying."},
    {"--interactive-debug-mode [0|1]", "Set the interactive mode to 0 or 1.",
***************
*** 182,187 ****
    {"--build-noclean", "Skip the make clean step.", "" },
    {"--build-config-sample", 
!    "A sample executable to use to determine the configuraiton", 
!    "A sample executable to use to determine the configuraiton that "
     "should be used. e.g. Debug/Release/etc" },
    {"--build-options", "Add extra options to the build step.",
--- 182,187 ----
    {"--build-noclean", "Skip the make clean step.", "" },
    {"--build-config-sample", 
!    "A sample executable to use to determine the configuration", 
!    "A sample executable to use to determine the configuration that "
     "should be used. e.g. Debug/Release/etc" },
    {"--build-options", "Add extra options to the build step.",



More information about the Cmake-commits mailing list