Removed stream name from config
This commit is contained in:
parent
3f184e22e8
commit
40e529740c
5 changed files with 323 additions and 419 deletions
|
@ -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() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue