From: Nicki Křížek Date: Wed, 27 May 2026 15:27:17 +0000 (+0000) Subject: Add FEATURE_DEVELOPER variable to isctest X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=950dc9945c3c81f0dd3f2b52bdfd3b93a0f778cd;p=thirdparty%2Fbind9.git Add FEATURE_DEVELOPER variable to isctest 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 --- diff --git a/bin/tests/system/isctest/vars/features.py b/bin/tests/system/isctest/vars/features.py index 40982802afc..5b2bf39367f 100644 --- a/bin/tests/system/isctest/vars/features.py +++ b/bin/tests/system/isctest/vars/features.py @@ -15,6 +15,7 @@ import subprocess from .basic import BASIC_VARS FEATURES = { + "DEVELOPER": "--enable-developer", "DNSTAP": "--enable-dnstap", "EXTENDED_DS_DIGEST": "--extended-ds-digest", "FIPS_DH": "--have-fips-dh",