]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ensure test interpreters are defined before common config
authorTom Krizek <tkrizek@isc.org>
Wed, 16 Nov 2022 13:37:01 +0000 (14:37 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 22 Dec 2022 14:54:19 +0000 (15:54 +0100)
commit2b93b47c32eda53a870c69033d89bc4c8a17056d
tree83582c98b4b9e6234478a6b190938ef28c51425a
parent4b32c5608ab5cf42ed9380e8f16f3fd5a09c4442
Ensure test interpreters are defined before common config

Nothing from conf.sh.common is required to set these values. On the
contrary, a Python interpreter needs to be set in order to randomize the
algorithm set (which happens in conf.sh.common).

(cherry picked from commit 492992dca8512e6cb2cd44c849656e9fa23b287d)

conf.sh.win32 was modified in addition of the above mentioned commit.
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.win32