Merge topic 'ctest-coverage-extra-line-error'
9c4984b4 ctest_coverage: Fix error message to report the file name
This commit is contained in:
commit
a19a43a930
@ -585,7 +585,7 @@ int cmCTestCoverageHandler::ProcessHandler()
|
||||
if ( cmSystemTools::GetLineFromStream(ifs, line) )
|
||||
{
|
||||
cmOStringStream ostr;
|
||||
ostr << "Looks like there are more lines in the file: " << line;
|
||||
ostr << "Looks like there are more lines in the file: " << fullFileName;
|
||||
errorsWhileAccumulating.push_back(ostr.str());
|
||||
}
|
||||
float cper = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user