Eric V. Smith <e...@trueblade.com> added the comment:

>From the test.regrtest help:

  -j PROCESSES, --multiprocess PROCESSES
                        run PROCESSES processes at once

So, if you want to run 4 processes in parallel:
./python -m test.regrtest -j4

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41947>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to