mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-03 13:39:32 +01:00
Removed stream name from config
This commit is contained in:
@@ -76,9 +76,6 @@ namespace Catch {
|
||||
|
||||
private:
|
||||
void openStream() {
|
||||
if( !m_config->getStreamName().empty() )
|
||||
m_config->useStream( m_config->getStreamName() );
|
||||
|
||||
// Open output file, if specified
|
||||
if( !m_config->getFilename().empty() ) {
|
||||
m_ofs.open( m_config->getFilename().c_str() );
|
||||
|
||||
Reference in New Issue
Block a user