diff --git a/test/boostTest.cpp b/test/boostTest.cpp index 8bb78a49b..537ab516e 100644 --- a/test/boostTest.cpp +++ b/test/boostTest.cpp @@ -83,6 +83,10 @@ void runTestCase(TestCase::Config const& _config, TestCase::TestCaseCreator cons { BOOST_ERROR("Exception during extracted test: " << boost::diagnostic_information(_e)); } + catch (std::exception const& _e) + { + BOOST_ERROR("Exception during extracted test: " << boost::diagnostic_information(_e)); + } } int registerTests(