]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add with_dnstap mark
authorMichal Nowak <mnowak@isc.org>
Thu, 17 Oct 2024 12:26:32 +0000 (14:26 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 21 Oct 2024 10:04:56 +0000 (12:04 +0200)
bin/tests/system/isctest/mark.py

index d0f5751a11352e9a6c7dc32a280b718e68ceb120..95435dfd3aaaebb4356e42c5e893c03dcb67645c 100644 (file)
@@ -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")