ENH: Cleanup file name
This commit is contained in:
parent
0e3b1febbb
commit
0949debece
|
@ -109,7 +109,10 @@ bool cmCTestGenericHandler::StartLogFile(const char* name, cmGeneratedFileStream
|
||||||
{
|
{
|
||||||
ostr << "_" << m_SubmitIndex;
|
ostr << "_" << m_SubmitIndex;
|
||||||
}
|
}
|
||||||
|
if ( m_CTest->GetCurrentTag().c_str() )
|
||||||
|
{
|
||||||
ostr << "_" << m_CTest->GetCurrentTag();
|
ostr << "_" << m_CTest->GetCurrentTag();
|
||||||
|
}
|
||||||
ostr << ".log";
|
ostr << ".log";
|
||||||
if( !m_CTest->OpenOutputFile("Temporary", ostr.str().c_str(), xofs) )
|
if( !m_CTest->OpenOutputFile("Temporary", ostr.str().c_str(), xofs) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue