
20 Feb
2007
20 Feb
'07
4:33 p.m.
On 2/20/07, Vladimir Prus <ghost@cs.msu.su> wrote:
Douglas Gregor wrote:
Traceback (most recent call last): File "regression.py", line 1005, in ? commands[ command ]( **accept_args( args ) ) File "regression.py", line 810, in regression test( toolsets, book, bjam_options, monitored, timeout, v2, [] ) TypeError: test() takes exactly 6 arguments (7 given)
Sounds like you should get more fresh version of regression.py from RC branch.
I noticed the same error in my Solaris regression tests this morning. At some point, a bad copy of regression.py was in CVS. The way regression.py overwrites itself with the copy from the Boost sources can lead to this sort of failure where manual intervention is required. -- Caleb Epstein