mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 08:20:00 -04:00
Drop doh and geoip from pairwise testing exclusion list
doh and geoip features can be part of pairwise testing. Their exclusion was a misunderstanding.
This commit is contained in:
parent
5d7bc87cec
commit
552dced1e5
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
# information regarding copyright ownership.
|
||||
|
||||
.[]
|
||||
| select((.section == "user") and (.name | IN("rcu-flavor", "geoip", "fuzzing", "doh", "fuzzing-backend", "oss-fuzz-args", "fips", "trace-logging") | not))
|
||||
| select((.section == "user") and (.name | IN("rcu-flavor", "fuzzing", "fuzzing-backend", "oss-fuzz-args", "fips", "trace-logging") | not))
|
||||
| ["\(.name):", "-D\(.name)=\(.choices[]),"]
|
||||
| join(" ")
|
||||
| .[:-1]
|
||||
|
|
|
|||
Loading…
Reference in a new issue