BUG: Prevent from creating bogus files
This commit is contained in:
parent
049678f8ee
commit
547280b0ba
|
@ -109,7 +109,7 @@ bool cmCTestGenericHandler::StartLogFile(const char* name, cmGeneratedFileStream
|
|||
{
|
||||
ostr << "_" << m_SubmitIndex;
|
||||
}
|
||||
if ( m_CTest->GetCurrentTag().c_str() )
|
||||
if ( *m_CTest->GetCurrentTag().c_str() )
|
||||
{
|
||||
ostr << "_" << m_CTest->GetCurrentTag();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue