Console reporter is now the default

This commit is contained in:
Phil Nash 2012-12-10 08:54:57 +00:00
parent f4c0a1848d
commit bcad093af7
8 changed files with 613 additions and 477 deletions

View file

@ -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 );