|
Boost Testing : |
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-08-17 02:09:26
Boris Gubenko wrote:
> It was (and still is) exactly the case in my environment:
>
> export BOOST_BUILD_PATH=`pwd`
>
> and it used to work before the change in bjam Rene pointed out to.
> By "used to work" I mean bjam would use user-config.jam in the current
> working directory.
Could you try please
export BOOST_BUILD_USER_CONFIG=`pwd`/user-config.jam
instead?
...
> python regression.py setup --toolsets=acc \
> --bjam-options="--user-config=$BOOST_BUILD_PATH/user-config.jam"
>
and leave out --user-config=
> and here is how bjam is invoked:
>
> # Building "process_jam_log"
> ("/hpadl881/boost/HEAD/regression/boost/tools/jam/src/bin.hpux/bjam" --v2
> "-sBOOST_BUILD_PATH=/hpadl881
> /boost/HEAD/regression" "-sBOOST_ROOT=/hpadl881/boost/HEAD/regression/boost"
> acc)...
Unfortunately the options seemingly don't get passed on.
So it was not such a safe bet as I was believing. :-(
Roland aka speedsnail