]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: The statschannel tests fails if one of libxml2 or json-c is configured
authorMark Andrews <marka@isc.org>
Wed, 11 Sep 2024 23:05:34 +0000 (23:05 +0000)
committerMark Andrews <marka@isc.org>
Wed, 11 Sep 2024 23:05:34 +0000 (23:05 +0000)
commit29263b115b3a4f28c66f276da837ead843b53dad
tree9c25c31d476d2f0c6fa03ae58cb78956368496c9
parentc6cb9d83dd924355e7e2be93308860bead8cd56f
parent7de939609b72aef11bdba98e8cf68098c0ec53a1
fix: test: The statschannel tests fails if one of libxml2 or json-c is configured

The `statschannel` system test failed if only one of `libxml2` or `json-c` is
available / configured as checks were being run against the non available
statistics page.

Closes #4919

Merge branch '4919-fix-statschannel-system-test' into 'main'

See merge request isc-projects/bind9!9454