diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-13 13:13:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-07-13 13:13:29 (GMT) |
commit | d2710d514268813d0b0291c6d5571ee6638b8b7b (patch) | |
tree | ac87310f2101252c793117510021e6103d3c2bee /Source/CTest | |
parent | 13f88b0a22d36df138db6432c7b94b55a0b17028 (diff) | |
download | CMake-d2710d514268813d0b0291c6d5571ee6638b8b7b.zip CMake-d2710d514268813d0b0291c6d5571ee6638b8b7b.tar.gz CMake-d2710d514268813d0b0291c6d5571ee6638b8b7b.tar.bz2 |
STYLE: Fix kwstyle
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/cmCTestTestHandler.cxx | 3 |
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; |