summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-15 11:54:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-15 11:54:52 (GMT)
commit2071291956042573868449463e5cbc562b1cbeda (patch)
tree76a4647aaf8a32553a9052e39e37f4a984d25b11 /Source/cmCTest.cxx
parent3206db15b37c29a4f9d7edd5695db52a885ef3f4 (diff)
downloadCMake-2071291956042573868449463e5cbc562b1cbeda.zip
CMake-2071291956042573868449463e5cbc562b1cbeda.tar.gz
CMake-2071291956042573868449463e5cbc562b1cbeda.tar.bz2
STYLE: Fix kwstyle
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index ba20dfc..8fa576c 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -1490,20 +1490,21 @@ bool cmCTest::AddTestsForDashboardType(std::string &targ)
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"