]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: test: Add FEATURE_* environment variables to system tests
authorNicki Křížek <nicki@isc.org>
Mon, 8 Dec 2025 17:46:55 +0000 (18:46 +0100)
committerNicki Křížek <nicki@isc.org>
Mon, 8 Dec 2025 17:46:55 +0000 (18:46 +0100)
commit758c5973ef2382bb820169d1037fca5920aff542
treebb386882f64bb6ca8ec96ef353cca7c42980ae78
parente8ecb4ffb611162a75a00f26e01959407e980ce9
parent19af19b31c87f26ecf96725d2bb598526ff78267
new: test: Add FEATURE_* environment variables to system tests

The purpose of these variables is to be able to detect feature support
without calling feature-test. This becomes useful when detecting feature
support in jinja2 templates.

Merge branch 'nicki/featurest-system-test-env' into 'main'

See merge request isc-projects/bind9!11316