Fixed line length issue

This commit is contained in:
Zach Mullen 2009-08-30 10:57:30 -04:00
parent 3941546ba3
commit 387ba0c646
1 changed files with 2 additions and 1 deletions

View File

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