]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: ci: Fix paths to binaries in cross-version-config-tests job
authorMichal Nowak <mnowak@isc.org>
Mon, 25 Nov 2024 12:11:02 +0000 (12:11 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 25 Nov 2024 12:11:02 +0000 (12:11 +0000)
commitb5c080c68bf09ee173063fc25491b037154b8f57
treea0c6ac2a69a5d258c95eacfd8857085aebb42f7b
parent419aa3264e7984bf53961357c7b6c16eb54a2a7a
parent09d7e2430ac8ecfeb0fa049ece1befbd186978fd
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

Merge branch '4977-fix-cross-version-config-tests' into 'main'

See merge request isc-projects/bind9!9702