mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-08 23:29:53 +01:00
Fixed GitHub Issue #90
This commit is contained in:
parent
c81bf7b7a2
commit
4f19705e09
@ -171,7 +171,7 @@ namespace Catch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
xml.scopedElement( "system-out" ).writeText( trim( m_stdOut.str() ) );
|
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() ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user