#13435 closed Bugs (fixed)
BOOST_TEST_GLOBAL_CONFIGURATION
Reported by: | Owned by: | Raffi Enficiaud | |
---|---|---|---|
Milestone: | Boost 1.67.0 | Component: | test |
Version: | Boost 1.65.0 | Severity: | Problem |
Keywords: | Cc: |
Description
BOOST_TEST_GLOBAL_CONFIGURATION should be used to inject special loggers. However I see that the destructor of such class is run before the report is generated:
framework::run(); //destructor is called results_reporter::make_report(); // report with 'ostr << "*** No errors detected\n";'
Change History (3)
comment:1 by , 5 years ago
Milestone: | To Be Determined → Boost 1.67.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 5 years ago
Thx for the fix. I am not acquainted with Git so it's hard for me to test but I will probably check it when we upgrade.
Note:
See TracTickets
for help on using tickets.
Fix in branch
topic/13435-report-generation-before-observer-shutdown
. If you have time to check, it would be nice.