Fix "digdelv" system test requirements

Commit 3ec5d2d6ed added a Python-based
name server (bin/tests/system/digdelv/ans8/ans.py) to the "digdelv"
system test, but did not update bin/tests/system/Makefile.am to ensure
Python is present in the test environment before the "digdelv" system
test is run.  Update bin/tests/system/Makefile.am to enforce that
requirement.
This commit is contained in:
Michał Kępień
2022-04-22 11:25:27 +02:00
parent beaaa7f4e2
commit aaa0223752

View File

@@ -183,7 +183,6 @@ endif # HAVE_LMDB
if HAVE_PERLMOD_NET_DNS
TESTS += \
digdelv \
fetchlimit \
ixfr \
nsupdate \
@@ -220,7 +219,7 @@ endif
if HAVE_PYMOD_DNS
TESTS += qmin cookie
if HAVE_PERLMOD_NET_DNS
TESTS += dnssec forward
TESTS += digdelv dnssec forward
if HAVE_PERLMOD_NET_DNS_NAMESERVER
TESTS += chain
endif HAVE_PERLMOD_NET_DNS_NAMESERVER