Print any start-up exceptions in Session's constructor, so custom main's don't need to worry about them

This commit is contained in:
Phil Nash
2017-11-02 17:57:52 +00:00
parent 31cc62e6b7
commit fe05062f9e
2 changed files with 28 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ namespace Catch {
clara::Parser m_cli;
ConfigData m_configData;
std::shared_ptr<Config> m_config;
bool m_startupExceptions = false;
};
} // end namespace Catch