[cmake-commits] andy committed cmCTest.cxx 1.309 1.310

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Oct 15 07:54:53 EDT 2006


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

Modified Files:
	cmCTest.cxx 
Log Message:
STYLE: Fix kwstyle


Index: cmCTest.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCTest.cxx,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- cmCTest.cxx	13 Oct 2006 21:10:47 -0000	1.309
+++ cmCTest.cxx	15 Oct 2006 11:54:51 -0000	1.310
@@ -1490,20 +1490,21 @@
   else
     {
     cmCTestLog(this, ERROR_MESSAGE,
-               "CTest -D called with incorrect option: " << targ << std::endl);
+               "CTest -D called with incorrect option: "
+               << targ << std::endl);
     cmCTestLog(this, ERROR_MESSAGE, "Available options are:" << std::endl
                << "  " << "ctest" << " -D Continuous" << std::endl
                << "  " << "ctest"
                << " -D Continuous(Start|Update|Configure|Build)" << std::endl
                << "  " << "ctest"
-               << " -D Continuous(Test|Coverage|MemCheck|Submit)" 
+               << " -D Continuous(Test|Coverage|MemCheck|Submit)"
                << std::endl
                << "  " << "ctest" << " -D Experimental" << std::endl
                << "  " << "ctest"
-               << " -D Experimental(Start|Update|Configure|Build)" 
+               << " -D Experimental(Start|Update|Configure|Build)"
                << std::endl
                << "  " << "ctest"
-               << " -D Experimental(Test|Coverage|MemCheck|Submit)" 
+               << " -D Experimental(Test|Coverage|MemCheck|Submit)"
                << std::endl
                << "  " << "ctest" << " -D Nightly" << std::endl
                << "  " << "ctest"



More information about the Cmake-commits mailing list