From b5a02876f9a3234788b6bc8316d16f2190addef5 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Thu, 22 Jan 2026 10:09:33 +0100 Subject: [PATCH] rec: api tests: change default location of rec to be in the default meson build dir Signed-off-by: Otto Moerbeek --- regression-tests.api/runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.47.3