[cmake-commits] hoffman committed cmAddTestCommand.h 1.13 1.14

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 3 13:45:44 EDT 2006


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

Modified Files:
	cmAddTestCommand.h 
Log Message:
BUG: fix for bug#3775


Index: cmAddTestCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmAddTestCommand.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cmAddTestCommand.h	16 Mar 2006 14:33:23 -0000	1.13
+++ cmAddTestCommand.h	3 Oct 2006 17:45:41 -0000	1.14
@@ -66,7 +66,7 @@
       "been run, this command does nothing.  "
       "The tests are run by the testing subsystem by executing Exename "
       "with the specified arguments.  Exename can be either an executable "
-      "built by built by this project or an arbitrary executable on the "
+      "built by this project or an arbitrary executable on the "
       "system (like tclsh).  The test will be run with the current working "
       "directory set to the CMakeList.txt files corresponding directory "
       "in the binary tree.";



More information about the Cmake-commits mailing list