STYLE: Fix kwstyle

This commit is contained in:
Andy Cedilnik 2006-07-13 09:13:29 -04:00
parent 13f88b0a22
commit d2710d5142

View File

@ -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;