BUG: LastMemCheck is not really an XML file

This commit is contained in:
Andy Cedilnik 2004-07-07 16:09:11 -04:00
parent 6df06682a5
commit 52eff235d8
1 changed files with 1 additions and 1 deletions

View File

@ -2077,7 +2077,7 @@ void cmCTest::ProcessDirectory(cmCTest::tm_VectorOfStrings &passed,
std::ofstream *olog = 0;
if ( !m_ShowOnly && tmsize > 0 &&
this->OpenOutputFile("Temporary",
(memcheck?"LastMemCheck.xml":"LastTest.log"), ofs) )
(memcheck?"LastMemCheck.log":"LastTest.log"), ofs) )
{
olog = &ofs;
}