BUG: LastMemCheck is not really an XML file
This commit is contained in:
parent
6df06682a5
commit
52eff235d8
|
@ -2077,7 +2077,7 @@ void cmCTest::ProcessDirectory(cmCTest::tm_VectorOfStrings &passed,
|
||||||
std::ofstream *olog = 0;
|
std::ofstream *olog = 0;
|
||||||
if ( !m_ShowOnly && tmsize > 0 &&
|
if ( !m_ShowOnly && tmsize > 0 &&
|
||||||
this->OpenOutputFile("Temporary",
|
this->OpenOutputFile("Temporary",
|
||||||
(memcheck?"LastMemCheck.xml":"LastTest.log"), ofs) )
|
(memcheck?"LastMemCheck.log":"LastTest.log"), ofs) )
|
||||||
{
|
{
|
||||||
olog = &ofs;
|
olog = &ofs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue