
1 Feb
2006
1 Feb
'06
7:59 a.m.
Gennadiy Rozental wrote:
I recently introduced in some test code in a program bulit with the Test Execution Monitor:
BOOST_WARN_EQUAL(offset1, offset2);
Allthough the offsets were different, I could not see any messages even when I launched the program with --log_level=warnings
isn't it --log_level=warning?
A similar thing happened to me yesterday. I tried some option that didn't work, until I realized I misspelled the value. Would it be possible to update the cla (and perhaps the env stuff) part to at least output a warning when an unknown value is assigned to an option? I don't know whether the cla/env parts are intended to be customizable, but even if this is the fact - it should be doable. Regards // Johan