
15 May
2015
15 May
'15
4:45 a.m.
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. In Christ, Steven Watanabe