summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestTestHandler.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-13 13:13:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-07-13 13:13:29 (GMT)
commitd2710d514268813d0b0291c6d5571ee6638b8b7b (patch)
treeac87310f2101252c793117510021e6103d3c2bee /Source/CTest/cmCTestTestHandler.cxx
parent13f88b0a22d36df138db6432c7b94b55a0b17028 (diff)
downloadCMake-d2710d514268813d0b0291c6d5571ee6638b8b7b.zip
CMake-d2710d514268813d0b0291c6d5571ee6638b8b7b.tar.gz
CMake-d2710d514268813d0b0291c6d5571ee6638b8b7b.tar.bz2
STYLE: Fix kwstyle
Diffstat (limited to 'Source/CTest/cmCTestTestHandler.cxx')
-rw-r--r--Source/CTest/cmCTestTestHandler.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestTestHandler.cxx b/Source/CTest/cmCTestTestHandler.cxx
index 0187895..6a37ba9 100644
--- a/Source/CTest/cmCTestTestHandler.cxx
+++ b/Source/CTest/cmCTestTestHandler.cxx
@@ -1707,7 +1707,8 @@ bool cmCTestTestHandler::AddTest(const std::vector<std::string>& args)
test.Name = testname;
test.Args = args;
test.Directory = cmSystemTools::GetCurrentWorkingDirectory();
- cmCTestLog(this->CTest, DEBUG, "Set test directory: " << test.Directory << std::endl);
+ cmCTestLog(this->CTest, DEBUG, "Set test directory: "
+ << test.Directory << std::endl);
test.IsInBasedOnREOptions = true;
test.WillFail = false;