]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix "forward" system test requirements
authorMichał Kępień <michal@isc.org>
Tue, 12 Apr 2022 13:29:26 +0000 (15:29 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 12 Apr 2022 13:29:26 +0000 (15:29 +0200)
Commit bf3fffff67e1de78e9387a93674d471bf4291604 added a Python-based
name server (bin/tests/system/forward/ans11/ans.py) to the "forward"
system test, but did not update bin/tests/system/Makefile.am to ensure
Python is present in the test environment before the "forward" system
test is run.  Update bin/tests/system/Makefile.am to enforce that
requirement.

bin/tests/system/Makefile.am

index 215b42a114fb27bcc3f3d2e02907e34dbd8f451c..c6228843667c30061f1077829497da50c05fecc0 100644 (file)
@@ -185,7 +185,6 @@ if HAVE_PERLMOD_NET_DNS
 TESTS +=               \
        digdelv         \
        fetchlimit      \
-       forward         \
        ixfr            \
        nsupdate        \
        resolver        \
@@ -221,7 +220,7 @@ endif
 if HAVE_PYMOD_DNS
 TESTS += qmin cookie
 if HAVE_PERLMOD_NET_DNS
-TESTS += dnssec
+TESTS += dnssec forward
 if HAVE_PERLMOD_NET_DNS_NAMESERVER
 TESTS += chain
 endif HAVE_PERLMOD_NET_DNS_NAMESERVER