15 May
2015
15 May
'15
11:29 a.m.
On 5/15/2015 12:45 AM, Steven Watanabe wrote:
AMDG
On 05/14/2015 09:24 PM, Edward Diener wrote:
Do you mean that if I use BOOST_TEST_MESSAGE in a test and there are no failures the BOOST_TEST_MESSAGE not appearing as bjam output, while if there is a test failure the BOOST_TEST_MESSAGE appearing as bjam output, is expected ? Why is that ?
Boost.Build doesn't print the test output unless it fails or you pass --verbose-test. You'll find it in the file xxx.output.+
Thanks for the explanation. I naively thought that all standard output showed up in the Boost Build results.