From: Nicki Křížek Date: Thu, 10 Jul 2025 15:13:28 +0000 (+0200) Subject: chg: test: Check for FEATURETEST before running pytest X-Git-Tag: v9.21.11~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7c3a1f3b016fbd86fb8d04f0b71ec698e8a6a5e;p=thirdparty%2Fbind9.git chg: test: Check for FEATURETEST before running pytest When compiling with meson, it may be easy to forget to compile system test dependencies before running the tests. In that case, the test results would be quite incosistent and unpredictable, with some tests ending up with ERROR, some with FAILURE and others PASS, without a clear indication that something is off before running the entire machinery. Add a check to fail early on if the FEATURETEST binary isn't available, indicating that system test dependencies were most likely not compiled. Merge branch 'nicki/system-test-check-featuretest' into 'main' See merge request isc-projects/bind9!10715 --- b7c3a1f3b016fbd86fb8d04f0b71ec698e8a6a5e