]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Resolve the system_test_dir in pytest
authorNicki Křížek <nicki@isc.org>
Tue, 27 Jan 2026 10:46:55 +0000 (11:46 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 27 Jan 2026 10:46:55 +0000 (11:46 +0100)
commitf81e90e3e13bb8866ed02ccf3e09c359e2b7319f
tree17b87687dd21ec4801bf29d6d89accbd9152c0ef
parent41958216860bccc4c997c49b08d56c6785bcbb1a
parentb1e346905912db53c9e92b2729849e3bb6f74816
fix: test: Resolve the system_test_dir in pytest

If the system_test_dir contains a symlink, then it might cause issues
further down when using relative_to(), unless it is resolved first. This
has been observed on FreeBSD13 in CI where /home is a symlink to
/usr/home.

Merge branch 'nicki/pytest-freebsd13-artifacts-path' into 'main'

See merge request isc-projects/bind9!11490