Boost logo

Boost Testing :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2005-07-12 19:13:29


"Aleksey Gurtovoy" <agurtovoy_at_[hidden]> wrote in message
news:m1d5pofdl7.fsf_at_tulip.office.meta...
> Aleksey Gurtovoy writes:
>> Beman Dawes writes:
>>> If that gets changed to:
>>>
>>> def bjam_command( toolsets ):
>>>
>>> # result = '%s "-sBOOST_BUILD_PATH=%s:%s" "-sBOOST_ROOT=%s"'\
>>> result = '%s "-sBOOST_BUILD_PATH=%s" "-sBOOST_ROOT=%s"'\
>>> % (
>>> tool_path( bjam )
>>> , regression_root
>>> # , os.path.join( boost_root, 'tools/build/v1' )
>>> , boost_root
>>> )
>>>
>>> if not toolsets is None:
>>> result += ' "-sTOOLS=%s"' % string.join( string.split(
>>> toolsets,
>>> ',' ), ' ' )
>>>
>>> return result
>>>
>>> then the .jam file is found and the problem goes away.
>>
>> I'm not sure how that could work if your custom toolset just includes
>> the one in "tools/build/v1" -- unless the latter directory is somehow
>> deduced from $BOOST_ROOT.
>
> And it is. 'regression.py' is now updated accordingly.
>
> Thanks once again,

Well, thank you for the quick fix.

--Beman


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