mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
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.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;
|
||||
|
Loading…
Reference in New Issue
Block a user