STYLE: Fix kwstyle
This commit is contained in:
parent
13f88b0a22
commit
d2710d5142
|
@ -1707,7 +1707,8 @@ bool cmCTestTestHandler::AddTest(const std::vector<std::string>& args)
|
||||||
test.Name = testname;
|
test.Name = testname;
|
||||||
test.Args = args;
|
test.Args = args;
|
||||||
test.Directory = cmSystemTools::GetCurrentWorkingDirectory();
|
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.IsInBasedOnREOptions = true;
|
||||||
test.WillFail = false;
|
test.WillFail = false;
|
||||||
|
|
Loading…
Reference in New Issue