|
Boost Testing : |
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-12-11 14:43:20
"Roland Schwarz" <roland.schwarz_at_[hidden]> wrote in message
news:457DB07C.90702_at_chello.at...
>I am trying to use the BOOST_WARN_MESSAGE to signal a possible feature
> miss. However this does not have any visible effect when I run the test.
>
> Am I attempting something stupid, or do I have to take additional steps
> to make it show up in the regression tables?
>
> Thank you for help.
By default, the UTF only shows errors. To show up any warnings,
use --log_level=warning. Also you could set default log level with
BOOST_TEST_LOG_LEVEL environment variable.
HTH,
Gennadiy