forked from catchorg/Catch2
Console reporter is now the default
This commit is contained in:
@@ -95,7 +95,7 @@ namespace Catch {
|
||||
}
|
||||
void makeReporter() {
|
||||
std::string reporterName = m_config.reporter.empty()
|
||||
? "basic"
|
||||
? "console"
|
||||
: m_config.reporter;
|
||||
|
||||
ReporterConfig reporterConfig( m_configWrapper.stream(), m_config );
|
||||
|
||||
Reference in New Issue
Block a user