]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix(auth): set PDNS_BUILD_PATH when running tests 16092/head
authorPieter Lexis <pieter@plexis.eu>
Fri, 5 Sep 2025 14:37:34 +0000 (16:37 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 8 Sep 2025 08:46:52 +0000 (10:46 +0200)
meson.build

index 5659e0a98836b07e9b56638e7e1de785a705b8a2..f22de4e27ae5d6a2880a386e6fb4bc76a2b859ee 100644 (file)
@@ -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],