|
Boost Testing : |
Subject: Re: [Boost-testing] --pjl-toolset=python broken?
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2009-06-24 14:05:52
Hi David,
On Jun 24, 2009, at 11:29 AM, David Walthall wrote:
> I just noticed that none of my trunk regression test results are being
> put up. Checking the log, it seems that --pjl-toolset=python is
> broken.
> Is there any need/desire for me to continue to use
> --pjl-toolset=python?
I always use the same toolset name as I pass to --bjam-toolset. For
example,
python run.py --bjam-toolset=darwin --pjl-toolset=darwin ...
python run.py --bjam-toolset=gcc --pjl-toolset=gcc ...
python run.py --bjam-toolset=intel-linux --pjl-toolset=intel-linux ...
I have no idea about --pjl-toolset=python.
-- Noel