]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/run_tests.pl
Run tests in parallel
authorNicola Tuveri <nic.tuv@gmail.com>
Tue, 30 Jun 2020 07:23:56 +0000 (10:23 +0300)
committerNicola Tuveri <nic.tuv@gmail.com>
Thu, 2 Jul 2020 13:47:17 +0000 (16:47 +0300)
commita20c9075d6a72f484d1f27d99a54483a7e96fc51
treed7723493bd65a0276cd0c6711ec25b3c56e17f06
parent587e4e53f886cd4d7a8b0eb063b823409e2ed4b9
Run tests in parallel

The environment variable `HARNESS_JOBS` can be used to control how many
jobs to run in parallel.  The default is still to run jobs sequentially.

This commit does not define custom `rules`, and different versions of
`TAP::Harness` come with different strategies regarding the default
`rules` that define which test recipes can be run in parallel.
In recent versions of Perl, unless specified otherwise any task can be
run in parallel.

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/12326)
test/README.md
test/run_tests.pl