Boost logo

Boost Testing :

Subject: Re: [Boost-testing] Regression tests progress
From: Jim Bell (Jim_at_[hidden])
Date: 2012-01-19 13:09:44


On 1:59 PM, Mateusz Loskot wrote:
> Hi,
>
> Is there any way to get details of regression tests build/run progress?
> For example, N of M targets...or percentage, even estimated
> information would do.
>
> Best regards

I think this would be helpful, too.

If you're not already aware, here's the approach, which you can do manually:
1. Look at "run-tests" in boost/status/Jamfile.v2 -- that's what runs,
in order.
2. Look at the tail of results/bjam.log and you'll see libs/x/test (or
in Windows, libs\x\test). That's where you are.

With stdout and stderr both getting redirected on the regression, bjam
isn't very close to being able to do this itself.

If you don't get enough detail in bjam.log, you'll need
"--bjam-options=-d+2" (or something like that).


Boost-testing list run by mbergal at meta-comm.com