This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients boom0192, eric.smith
Date 2020-10-05.17:47:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601920071.51.0.700185346162.issue41947@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-10-05 17:47:51eric.smithsetrecipients: + eric.smith, boom0192
2020-10-05 17:47:51eric.smithsetmessageid: <1601920071.51.0.700185346162.issue41947@roundup.psfhosted.org>
2020-10-05 17:47:51eric.smithlinkissue41947 messages
2020-10-05 17:47:51eric.smithcreate