diff --git a/Source/CTest/cmCTestRunTest.cxx b/Source/CTest/cmCTestRunTest.cxx index bbc23b264..a9bbab7d6 100644 --- a/Source/CTest/cmCTestRunTest.cxx +++ b/Source/CTest/cmCTestRunTest.cxx @@ -391,7 +391,8 @@ bool cmCTestRunTest::CreateProcess(double testTimeOut, { this->TestProcess = new cmProcess; this->TestProcess->SetId(this->Index); - this->TestProcess->SetWorkingDirectory(this->TestProperties->Directory.c_str()); + this->TestProcess->SetWorkingDirectory( + this->TestProperties->Directory.c_str()); this->TestProcess->SetCommand(this->ActualCommand.c_str()); this->TestProcess->SetCommandArguments(this->Arguments);