Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable 'CatchSystemErrors' only during debug sessions #103

Open
wants to merge 1 commit into
base: dev15
Choose a base branch
from

Conversation

netspiri
Copy link

Avoid enabling --catch_system_errors in test 'run' sessions to avoid breaking up test execution in cases of assertions.

In the case of 'debug' sessions, this option is used to improve debugging.

@netspiri netspiri force-pushed the fix/catch-system-errors branch from 0e24b77 to 82145ba Compare October 22, 2018 11:36
…ged or running

- Change default configuration value of 'CatchSystemErrors'
-- Default value of '--catch_system_errors' changed from 'yes' to 'no' from Boost 1.59 to Boost 1.60
-- Necessary to `#define BOOST_TEST_DEFAULTS_TO_CORE_DUMP` (http://www.boost.org/doc/libs/1_60_0/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/catch_system.html)
@netspiri netspiri force-pushed the fix/catch-system-errors branch from 82145ba to 338b3b5 Compare October 22, 2018 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants