Boost logo

Boost Testing :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2006-12-02 17:57:59


Clark Sims wrote:
> I have an AMD deul core opteron machine, running gentoo linux.
> This is my test command line:
>
>
> python regression.py --runner=MartianLobster20061202 --toolsets=gcc --v2 --debug-level=9
>
> The machine doesn't appear to actually do any test.
> The machine does stuff for 2 or 3 minutes and then quits. Here is the output:

Hiya Clark :-)

Shortly after you left IRC yesterday I figured out what the problem is.
It turns out you'll need to set up a "user-config.jam". The key portion
of the problem is the bjam invocation:

>> # Starting tests ("...bjam" --v2 ... gcc ...
----------------------------------------^^^

Because the regression.py is using that syntax to specify the toolset it
doesn't select the autoconfigured toolset. If it had used the
"toolset=gcc" form it would work :-\ Since you are likely going to need
a user-config.jam to eventually name other special toolset version you
might as well set it up now.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

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