mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 08:49:58 -04:00
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:
parent
113980d4b0
commit
950dc9945c
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue