From: Miod Vallat Date: Thu, 27 Nov 2025 13:32:03 +0000 (+0100) Subject: Fix PDNS_BUILD_PATH for non-meson builds. X-Git-Tag: rec-5.4.0-alpha1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16568%2Fhead;p=thirdparty%2Fpdns.git Fix PDNS_BUILD_PATH for non-meson builds. Signed-off-by: Miod Vallat --- diff --git a/regression-tests.auth-py/runtests b/regression-tests.auth-py/runtests index eea8d70565..3dff4b6cdc 100755 --- a/regression-tests.auth-py/runtests +++ b/regression-tests.auth-py/runtests @@ -15,7 +15,7 @@ mkdir -p configs if [ -z "$PDNS_BUILD_PATH" ]; then # PDNS_BUILD_PATH is unset or empty. Assume an autotools build. - PDNS_BUILD_PATH=${PWD}/.. + PDNS_BUILD_PATH=${PWD}/../pdns fi export PDNS=${PDNS:-$PDNS_BUILD_PATH/pdns_server} export PDNSUTIL=${PDNSUTIL:-$PDNS_BUILD_PATH/pdnsutil}