ENH: one more fix for the old hp c++ compiler
This commit is contained in:
parent
566647d34f
commit
9e167b6800
@ -242,7 +242,7 @@ void cmCTestMultiProcessHandler::EndTest(cmProcess* p)
|
|||||||
cres.Status = cmCTestTestHandler::COMPLETED;
|
cres.Status = cmCTestTestHandler::COMPLETED;
|
||||||
cres.TestCount = test;
|
cres.TestCount = test;
|
||||||
cres.Name = this->TestNames[test];
|
cres.Name = this->TestNames[test];
|
||||||
cres.Path.clear();
|
cres.Path = "";
|
||||||
if(exitVal)
|
if(exitVal)
|
||||||
{
|
{
|
||||||
cres.Status = cmCTestTestHandler::FAILED;
|
cres.Status = cmCTestTestHandler::FAILED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user