[issue6152] Parellel regression testing

2009-05-30 Thread Antoine Pitrou
Changes by Antoine Pitrou : Added file: http://bugs.python.org/file14126/regrtest.patch ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue6152] Parellel regression testing

2009-05-30 Thread Antoine Pitrou
Changes by Antoine Pitrou : Removed file: http://bugs.python.org/file14125/regrtest.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue6152] Parellel regression testing

2009-05-30 Thread Antoine Pitrou
New submission from Antoine Pitrou : This experimental patch introduces a new option to run regression tests in parallel. The option is named '-j' by analogy with the corresponding `make` option. For example, to run up to two tests in parallel: ./python -m test.regrtest -j2 -- component