
On 07/01/2010 03:15 AM, KTC wrote:
Yep. :)
Follow the instructions at <http://www.boost.org/development/running_regression_tests.html>. The result of the tests will be automatically uploaded and then displayed.
KTC
p.s. Where it say 5GB, think more along the line of 25+GB.
Hi, I just ran the tests on release branch with Linux 64 bits and g++ 4.5.0. How often should the test script run ? Daily (or more likely, nightly :)), weekly, ... ? By the way, the --mail option seems broken. I get this error message when I use it :
$ python run.py --runner=Maxime --toolsets=gcc-4.5.0 --bjam-options='-j4' --tag='branches/release' --mail='maxime@altribe.org' # Running regressions in /home/yabo/boost_test... # Creating regression scripts at /home/yabo/boost_test/tools_regression_src... # Dowloading regression scripts from http://svn.boost.org/svn/boost/trunk/tools/regression/src... # Sending start notification to "maxime@altribe.org" # Sending report to "maxime@altribe.org" Traceback (most recent call last): File "run.py", line 60, in <module> runner(root) File "/home/yabo/boost_test/tools_regression_src/regression.py", line 205, in __init__ self.main() File "/home/yabo/boost_test/tools_regression_src/regression.py", line 566, in main getattr(self,action_m)() File "/home/yabo/boost_test/tools_regression_src/regression.py", line 544, in command_regression traceback_ = '\n'.join( apply( traceback.format_exception, sys.exc_info() ) ) NameError: global name 'traceback' is not defined
If I remove it, everything goes fine. -- Maxime