Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
81211fc4
Commit
81211fc4
authored
Jul 14, 2005
by
Andy Cedilnik
Browse files
BUG: Rename tmp files
parent
514a774c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestCoverageHandler.cxx
View file @
81211fc4
...
...
@@ -70,7 +70,7 @@ void cmCTestCoverageHandler::EndCoverageLogFile(cmGeneratedFileStream& ostr, int
char
covLogFilename
[
1024
];
sprintf
(
covLogFilename
,
"CoverageLog-%d.xml"
,
logFileCount
);
cmCTestLog
(
m_CTest
,
HANDLER_VERBOSE_OUTPUT
,
"Close file: "
<<
covLogFilename
<<
std
::
endl
);
ostr
.
c
lose
();
ostr
.
C
lose
();
}
//----------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment