mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
ENH: Cleanup file name
This commit is contained in:
@@ -109,7 +109,10 @@ bool cmCTestGenericHandler::StartLogFile(const char* name, cmGeneratedFileStream
|
||||
{
|
||||
ostr << "_" << m_SubmitIndex;
|
||||
}
|
||||
ostr << "_" << m_CTest->GetCurrentTag();
|
||||
if ( m_CTest->GetCurrentTag().c_str() )
|
||||
{
|
||||
ostr << "_" << m_CTest->GetCurrentTag();
|
||||
}
|
||||
ostr << ".log";
|
||||
if( !m_CTest->OpenOutputFile("Temporary", ostr.str().c_str(), xofs) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user