mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:20:02 -04:00
[9.18] fix: ci: Fix paths to binaries in cross-version-config-tests job
The cross-version-config-tests job has never functioned in CI because the testing framework changed after the testing was completed. To run the new "named" binary using the old configurations, paths in the test framework must be updated to point to the location of the new binaries. Closes #4977 Backport of MR !9702 Merge branch 'backport-4977-fix-cross-version-config-tests-9.18' into 'bind-9.18' See merge request isc-projects/bind9!9763
This commit is contained in:
commit
cfa26b9bd1
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ cross-version-config-tests:
|
|||
# Run the setup phase of all system tests in the most recently tagged BIND 9
|
||||
# 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|(export TOP_BUILDDIR)=.*|\1=${CI_PROJECT_DIR}|" conf.sh
|
||||
- sed -i "s|export \(.*\)=\$TOP_BUILDDIR|export \1=\$CI_PROJECT_DIR|" conf.sh
|
||||
- >
|
||||
"$PYTEST" --setup-only --junit-xml="$CI_PROJECT_DIR"/junit.xml -n "${TEST_PARALLEL_JOBS:-1}"
|
||||
needs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue