$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Cliff Green (cliffg_at_[hidden])
Date: 2006-02-27 21:06:45
>> It seems that setting the BOOST_TEST_LOG_LEVEL
>>environment
>> variable (or command line parameter) to "messages" no
>
> Should be "message".
Thanks, Gennadiy and Caleb.
My environment variable setting has not changed (from my
.cshrc file), so this is interesting - either the spelling
of the value has changed in the newer version of Boost
Test, or the old spelling I was using worked
"accidentally".
In any case, it's working now (and I figured it was
something simple).
Cliff