mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Fixed GitHub Issue #90
This commit is contained in:
@@ -171,7 +171,7 @@ namespace Catch {
|
||||
}
|
||||
|
||||
xml.scopedElement( "system-out" ).writeText( trim( m_stdOut.str() ) );
|
||||
xml.scopedElement( "system-err" ).writeText( trim( m_stdOut.str() ) );
|
||||
xml.scopedElement( "system-err" ).writeText( trim( m_stdErr.str() ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user