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
This commit is contained in:
Nicki Křížek 2026-05-27 15:27:17 +00:00
parent 113980d4b0
commit 950dc9945c

View file

@ -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",