From e712cf613f483646151b41b2325070273a205795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Fri, 24 May 2024 11:00:09 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e7dc3b0f8..0be298f80f 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: