From 950dc9945c3c81f0dd3f2b52bdfd3b93a0f778cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Wed, 27 May 2026 15:27:17 +0000 Subject: [PATCH] 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 --- bin/tests/system/isctest/vars/features.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/isctest/vars/features.py b/bin/tests/system/isctest/vars/features.py index 40982802af..5b2bf39367 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",