Subject: Re: [boost] [test] Problem with BOOST_TEST_MESSAGE
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2015-05-14 22:20:31


Edward Diener <eldiener <at> tropicsoft.com> writes:

> I tried the current 'develop' branch of Boost.Test and still got the
> result reported in my OP. I can live with it, since the vast majority of
> the times I only need to see the BOOST_TEST_MESSAGE output when a test
> fails

BOOST_TEST_MESSAGE has nothing to do whatsoever with assertions (failing
or not). This is a feature of the log subsystem.

Do you observe this with bjam? If yes, than this is expected.

Gennadiy