]> git.ipfire.org Git - thirdparty/openssl.git/commit
test: turn off parallel tests in verbose mode.
authorPauli <ppzgs1@gmail.com>
Tue, 9 Feb 2021 08:32:32 +0000 (18:32 +1000)
committerPauli <ppzgs1@gmail.com>
Wed, 10 Feb 2021 22:16:29 +0000 (08:16 +1000)
commit835f3526a259947463286bf6e082134af2ab7d49
tree66d3edfd9bb9b718219e71baa57bce32b23dfe99
parentdfcfd17f2818cf520ce6381aed9ec3d2fc12170d
test: turn off parallel tests in verbose mode.

The existing code prints a warning saying that verbose mode is ignored with
parallel jobs.  This seems backward, more useful is disabling parallel jobs
when verbose is enabled.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14137)
test/run_tests.pl