]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: ci: Fix paths to binaries in cross-version-config-tests job
authorMichal Nowak <mnowak@isc.org>
Mon, 25 Nov 2024 12:36:24 +0000 (12:36 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 25 Nov 2024 12:36:24 +0000 (12:36 +0000)
commitcfa26b9bd1bbc4a1ad338515b445151ee9950c6f
treea756700e30a7799032bedf7eafc62d24384d3a78
parente35636912de16628ba7b2b2c831f01618a51934b
parent299b8408c251062b320d74d242702d37309c6a92
[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