COMP: Simplify logic and remove sun compile error
This commit is contained in:
parent
af7221b015
commit
bd9852e50f
|
@ -109,7 +109,7 @@ bool cmCTestGenericHandler::StartLogFile(const char* name, cmGeneratedFileStream
|
||||||
{
|
{
|
||||||
ostr << "_" << m_SubmitIndex;
|
ostr << "_" << m_SubmitIndex;
|
||||||
}
|
}
|
||||||
if ( *m_CTest->GetCurrentTag().c_str() )
|
if ( !m_CTest->GetCurrentTag().empty() )
|
||||||
{
|
{
|
||||||
ostr << "_" << m_CTest->GetCurrentTag();
|
ostr << "_" << m_CTest->GetCurrentTag();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue