]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make Python interpreter required for system tests
authorTom Krizek <tkrizek@isc.org>
Tue, 8 Nov 2022 13:55:17 +0000 (14:55 +0100)
committerTom Krizek <tkrizek@isc.org>
Wed, 21 Dec 2022 09:49:33 +0000 (10:49 +0100)
commit45b003316ffa02d1defafd595b669dca5bf47777
treef4687577a5e4069b622e6689b8fca9f2cafabcfd
parentefa09a37f3e6e128d35b74fff7928083cd8e0731
Make Python interpreter required for system tests

This introduces a Python dependency for running system tests. It is
needed in order to:
  - write new test control scripts in Python
  - gradually rewrite old Perl scripts into Python if needed
  - eventually introduce pytest as the new test runner framework

This commit is not intended to be backported to 9.16.

(cherry picked from commit 56416ebd65554a8101a21d72d81c59a7073c7271)
bin/tests/system/conf.sh.in