From: Michal Nowak Date: Thu, 17 Oct 2024 12:26:32 +0000 (+0200) Subject: Add with_dnstap mark X-Git-Tag: v9.21.3~67^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8b70abca177cb41875fe53f5c50d4b2afad6b02;p=thirdparty%2Fbind9.git Add with_dnstap mark --- diff --git a/bin/tests/system/isctest/mark.py b/bin/tests/system/isctest/mark.py index d0f5751a113..95435dfd3aa 100644 --- a/bin/tests/system/isctest/mark.py +++ b/bin/tests/system/isctest/mark.py @@ -33,6 +33,10 @@ def feature_test(feature): return True +def with_dnstap(*args): # pylint: disable=unused-argument + return feature_test("--enable-dnstap") + + def with_tsan(*args): # pylint: disable=unused-argument return feature_test("--tsan")