diff --git a/tests/cpp_tests/font_registration_test.cpp b/tests/cpp_tests/font_registration_test.cpp index 57874272d..aa694f810 100644 --- a/tests/cpp_tests/font_registration_test.cpp +++ b/tests/cpp_tests/font_registration_test.cpp @@ -72,6 +72,7 @@ int main( int, char*[] ) if (!::boost::detail::test_errors()) { std::clog << "C++ fonts registration: \x1b[1;32m✓ \x1b[0m\n"; + ::boost::detail::report_errors_remind().called_report_errors_function = true; } else { return ::boost::report_errors(); } diff --git a/tests/cpp_tests/params_test.cpp b/tests/cpp_tests/params_test.cpp index 42291d858..a1f9a24a6 100644 --- a/tests/cpp_tests/params_test.cpp +++ b/tests/cpp_tests/params_test.cpp @@ -71,6 +71,7 @@ int main( int, char*[] ) if (!::boost::detail::test_errors()) { std::clog << "C++ parameters: \x1b[1;32m✓ \x1b[0m\n"; + ::boost::detail::report_errors_remind().called_report_errors_function = true; } else { return ::boost::report_errors(); }