Boost logo

Boost :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2004-09-13 02:40:19


Stefan Slapeta writes:
> Would it be possible to provide the compiler options also for the
> regression tests that passed? They sometimes are interesting, too!

Unfortunately, enabling output reporting for all tests is space- and
time-prohibitive -- there are just too many of them. What you can do,
though, is specify, in the Jamfile,
"<test-info>always_show_run_output" flag for a particular test case
of your interest, e.g.:

    [ run libs/somelib/sometest.cpp : : : <test-info>always_show_run_output ]

Of course you'll have to wait until the next run for this to take
effect, but it's the best you can get (unless you are willing to dig
into the original XML(s) the reports are produced from, which are
always available from ftp://fx.meta-comm.com/boost-regression/).

HTH,

-- 
Aleksey Gurtovoy
MetaCommunications Engineering

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk