> * where are the docs for setting up regression.py/getting started?
Preliminary version is:
https://zigzag.cs.msu.su/boost.build/wiki/BoostRegressionsV2
but we'd need to test it more before starting the switch.
I'd love to start testing with BBV2, so I just tried these instructions with the latest regression.py from the CVS-HEAD tarball and I get:
Traceback (most recent call last):
File "regression.py", line 892, in ?
commands[ command ]( **accept_args( args ) )
File "regression.py", line 798, in accept_args
( option_pairs, other_args ) =
getopt.getopt( args, '', args_spec )
File "/home/ietdev/tools/sunos-sparc/python-2.4/lib/python2.4/getopt.py", line 89, in getopt
opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
File "/home/ietdev/tools/sunos-sparc/python-
2.4/lib/python2.4/getopt.py", line 153, in do_longs
has_arg, opt = long_has_args(opt, longopts)
File "/home/ietdev/tools/sunos-sparc/python-2.4/lib/python2.4/getopt.py", line 170, in long_has_args
raise GetoptError('option --%s not recognized' % opt, opt)
getopt.GetoptError: option --v2 not recognized