From 7b5af7e53b45f753e0d1df1addbb6026f1dff1ec Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 5 Sep 2025 16:37:34 +0200 Subject: [PATCH] fix(auth): set PDNS_BUILD_PATH when running tests --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 5659e0a98..f22de4e27 100644 --- a/meson.build +++ b/meson.build @@ -1120,6 +1120,7 @@ if get_option('unit-tests-backends') test( 'pdns-auth-backend-' + module, start_test_stop, + env: {'PDNS_BUILD_PATH': meson.build_root()}, args: ['5300', module], workdir: product_source_dir / 'regression-tests', depends: [pdns_auth, pdns_auth_util, sdig, saxfr, pdns_auth_notify, nsec3dig], -- 2.47.3