summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx2
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;
}