]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove make check invocation from legacy.run.sh
authorTom Krizek <tkrizek@isc.org>
Fri, 8 Sep 2023 10:44:08 +0000 (12:44 +0200)
committerTom Krizek <tkrizek@isc.org>
Tue, 19 Sep 2023 12:47:49 +0000 (14:47 +0200)
commit0a9ee342e9d6703137d0eda2d24b30deccfc5e8f
tree86559b1bf599fbd171cb9c76a5655a2961b92f95
parentf1c631f44899b728300240ad93f13bc72e78c12c
Remove make check invocation from legacy.run.sh

The legacy runner no longer uses make check. Ensure the legacy runner
script doesn't interact with that automake target in any way. The legacy
runner script remains available to execute the legacy runner, but there
is no out-of-the box support for running tests in parallel. Other tools
such as xargs can be utilized for that.
bin/tests/system/legacy.run.sh.in