|
Boost Testing : |
From: Boris Gubenko (Boris.Gubenko_at_[hidden])
Date: 2007-10-15 16:34:43
I just tried to run tests with the following command:
python regression.py --user=anonymous --v2 \
--proxy http://web-proxy.cup.hp.com:8088 --runner="HP-UX_ia64_aCC" \
--toolsets=acc --bjam-options="-sNO_BZIP2=1 -sNO_ZLIB=1 -l600"
process_jam_log was successfully built in:
./boost/tools/regression/build/bin/acc/release/process_jam_log
but regression.py was expecting it in ./boost/dist/bin -- see below.
I'm using regression.py from the trunk.
# Searching for "process_jam_log" in
"/hpadl881/boost/HEAD/regression/boost/dist/bin"...
Traceback (most recent call last):
File "regression.py", line 1043, in <module>
commands[ command ]( **accept_args( args ) )
File "regression.py", line 829, in regression
v2, [] )
File "regression.py", line 459, in setup
build_if_needed( process_jam_log, pjl_toolset, toolsets, v2 )
File "regression.py", line 405, in build_if_needed
tool[ 'build_path' ] = tool_path( tool, v2 )
File "regression.py", line 368, in tool_path
, '\n'.join( [ name_or_spec[ 'path' ], build_path_root ] )
Exception: Cannot find "process_jam_log" in any of the following locations:
/hpadl881/boost/HEAD/regression/process_jam_log
/hpadl881/boost/HEAD/regression/boost/dist/bin
Thanks,
Boris