Merge topic 'ctest_memcheck-xml-encoding'
3da577d
CTest: Escape MemCheck test output for XML (#13124)
This commit is contained in:
commit
2d8e2daffe
|
@ -358,7 +358,7 @@ void cmCTestMemCheckHandler::GenerateDartOutput(std::ostream& os)
|
|||
|
||||
os
|
||||
<< "\t\t</Results>\n"
|
||||
<< logTag << memcheckstr << std::endl
|
||||
<< logTag << cmXMLSafe(memcheckstr) << std::endl
|
||||
<< "\t</Log>\n";
|
||||
this->WriteTestResultFooter(os, result);
|
||||
if ( current < cc )
|
||||
|
|
Loading…
Reference in New Issue