mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 12:18:36 -06:00
ENH: one more fix for the old hp c++ compiler
This commit is contained in:
@@ -242,7 +242,7 @@ void cmCTestMultiProcessHandler::EndTest(cmProcess* p)
|
||||
cres.Status = cmCTestTestHandler::COMPLETED;
|
||||
cres.TestCount = test;
|
||||
cres.Name = this->TestNames[test];
|
||||
cres.Path.clear();
|
||||
cres.Path = "";
|
||||
if(exitVal)
|
||||
{
|
||||
cres.Status = cmCTestTestHandler::FAILED;
|
||||
|
||||
Reference in New Issue
Block a user