From: Otto Moerbeek Date: Thu, 22 Jan 2026 09:09:33 +0000 (+0100) Subject: rec: api tests: change default location of rec to be in the default meson build dir X-Git-Tag: rec-5.4.0-beta1~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a02876f9a3234788b6bc8316d16f2190addef5;p=thirdparty%2Fpdns.git rec: api tests: change default location of rec to be in the default meson build dir Signed-off-by: Otto Moerbeek --- diff --git a/regression-tests.api/runtests.py b/regression-tests.api/runtests.py index cb9bcdea15..8fd736450c 100755 --- a/regression-tests.api/runtests.py +++ b/regression-tests.api/runtests.py @@ -161,7 +161,7 @@ if daemon not in ('authoritative', 'recursor') or backend not in ('gmysql', 'gpg daemon = sys.argv[1] pdns_server = os.environ.get("PDNSSERVER", "../pdns/pdns_server") -pdns_recursor = os.environ.get("PDNSRECURSOR", "../pdns/recursordist/pdns_recursor") +pdns_recursor = os.environ.get("PDNSRECURSOR", "../pdns/recursordist/build/pdns_recursor") common_args = [ "--daemon=no", "--socket-dir=.", "--config-dir=.", "--local-address=127.0.0.1", "--local-port="+str(DNSPORT),