id summary reporter owner description type status milestone component version severity resolution keywords cc 8330 Log output stream redirection not redirecting the closing tag in XML format Marco Azimonti Gennadiy Rozental "I followed the example from the documentation ""Example 30. Test log output redirection"". If I use the format XML as output, the last tag is outputted in the console and not in the file. in the console I have {{{ ./out/testsSuite/bin/myTestSuite --log_format=XML *** No errors detected }}} and the tag is missing from the file. I tried to remove //set_stream( std::cout );// from the destructor, and I have a crash with segmentation fault. I have a workaround for the moment {{{ ~TestReport(){ // Bug in boost 1.53.0 ? test_log << """"; unit_test_log.set_stream( std::cout ); } }}} but I wanted to report the issue to the maintainer. Regards, Marco" Bugs closed Boost 1.59.0 test Boost 1.53.0 Cosmetic fixed