Fixed line length issue
This commit is contained in:
parent
3941546ba3
commit
387ba0c646
|
@ -391,7 +391,8 @@ bool cmCTestRunTest::CreateProcess(double testTimeOut,
|
||||||
{
|
{
|
||||||
this->TestProcess = new cmProcess;
|
this->TestProcess = new cmProcess;
|
||||||
this->TestProcess->SetId(this->Index);
|
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->SetCommand(this->ActualCommand.c_str());
|
||||||
this->TestProcess->SetCommandArguments(this->Arguments);
|
this->TestProcess->SetCommandArguments(this->Arguments);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue