From: Michał Kępień Date: Tue, 12 Apr 2022 13:29:26 +0000 (+0200) Subject: Fix "forward" system test requirements X-Git-Tag: v9.19.1~77^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=806f4571477e64e9ba81b8094f84251b7983be3f;p=thirdparty%2Fbind9.git Fix "forward" system test requirements 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. --- diff --git a/bin/tests/system/Makefile.am b/bin/tests/system/Makefile.am index 215b42a114f..c6228843667 100644 --- a/bin/tests/system/Makefile.am +++ b/bin/tests/system/Makefile.am @@ -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