1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-07 23:33:51 +00:00

Merge branch 'horenmar-xml-reporter-fix'

This commit is contained in:
Phil Nash 2016-11-29 12:11:05 +00:00
commit dedc7c56ce

View File

@ -20,6 +20,7 @@ namespace Catch {
public:
XmlReporter( ReporterConfig const& _config )
: StreamingReporterBase( _config ),
m_xml(_config.stream()),
m_sectionDepth( 0 )
{
m_reporterPrefs.shouldRedirectStdOut = true;