]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix resolver test when built without --enable-querytrace
authorEvan Hunt <each@isc.org>
Fri, 1 Apr 2022 16:51:37 +0000 (09:51 -0700)
committerEvan Hunt <each@isc.org>
Fri, 1 Apr 2022 16:54:44 +0000 (09:54 -0700)
commit5319d8adea7be8daefc22bda3cca1164d0f2adf1
tree043e92bb50fb8ffa852a334bcf230e17c9d023c7
parent7dd8ab7336a47f1b9177a3632f356c62845c5aec
fix resolver test when built without --enable-querytrace

a test case in the 'resolver' system test was reliant on
logged output that would only be present when query tracing
was enabled, as in developer builds. that test case is now
disabled when query tracing is not available. Thanks to
Anton Castelli.
bin/tests/system/feature-test.c
bin/tests/system/resolver/tests.sh