diff --git a/src/tests/TestUtils.h b/src/tests/TestUtils.h index ffad40f..4e138b6 100644 --- a/src/tests/TestUtils.h +++ b/src/tests/TestUtils.h @@ -54,6 +54,10 @@ class TestUtils tests.runTest(&testInstance,i); } } + catch (const std::exception& ex) + { + errorText = ex.what(); + } catch (const std::string& error) { errorText = error;