From: Nicki Křížek Date: Fri, 24 May 2024 09:00:09 +0000 (+0200) Subject: Fix oversight in cross-version-config test X-Git-Tag: v9.20.0~24^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e712cf613f483646151b41b2325070273a205795;p=thirdparty%2Fbind9.git Fix oversight in cross-version-config test This is a followup for 5e7b3d9ef36b199e2d24d385593a8e2f7d541b65. The change slipped by during refactoring and this line wasn't updated. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e7dc3b0f8e..0be298f80f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -703,7 +703,7 @@ cross-version-config-tests: # release using the binaries built for the current BIND 9 version. This # intends to detect obvious backward compatibility issues with the latter. - > - sed -i -E "s|(\s* \"TOP_BUILDDIR\"):.*|\1: \"${CI_PROJECT_DIR}\",|" isctest/vars/autoconf.py + echo "${CI_PROJECT_DIR}" > isctest/vars/.ac_vars/TOP_BUILDDIR - > "$PYTEST" --setup-only --junit-xml="$CI_PROJECT_DIR"/junit.xml -n "${TEST_PARALLEL_JOBS:-1}" needs: