]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add FEATURE_DEVELOPER variable to isctest
authorNicki Křížek <nicki@isc.org>
Wed, 27 May 2026 15:27:17 +0000 (15:27 +0000)
committerNicki Křížek <nicki@isc.org>
Thu, 28 May 2026 12:54:37 +0000 (14:54 +0200)
System tests can check FEATURE_DEVELOPER in the environment, but the
recommended pattern is the with_developer pytest marker added next.

Assisted-by: Claude:claude-opus-4-7
(cherry picked from commit 950dc9945c3c81f0dd3f2b52bdfd3b93a0f778cd)

bin/tests/system/isctest/vars/features.py

index bca3779da7bbdec2ae40f01530d927ef31463a3d..9d0e0d9e2c0e4db86591c1f137870c7cfc49afdc 100644 (file)
@@ -15,6 +15,7 @@ import subprocess
 from .basic import BASIC_VARS
 
 FEATURES = {
+    "DEVELOPER": "--enable-developer",
     "DNSRPS": "--enable-dnsrps",
     "DNSTAP": "--enable-dnstap",
     "FIPS_DH": "--have-fips-dh",