diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-07-07 20:09:11 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-07-07 20:09:11 (GMT) |
commit | 52eff235d853a3eceadb17d886d797e91b1c6b57 (patch) | |
tree | 1d331d788a2b2964a55028ce1de658cff5a3b0e6 | |
parent | 6df06682a530e99550123f461acd93bae133378b (diff) | |
download | CMake-52eff235d853a3eceadb17d886d797e91b1c6b57.zip CMake-52eff235d853a3eceadb17d886d797e91b1c6b57.tar.gz CMake-52eff235d853a3eceadb17d886d797e91b1c6b57.tar.bz2 |
BUG: LastMemCheck is not really an XML file
-rw-r--r-- | Source/cmCTest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 1c94a6d..02c2f46 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -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; } |