From: Nicki Křížek Date: Mon, 25 Nov 2024 17:16:12 +0000 (+0100) Subject: Ignore test artifacts in .libs X-Git-Tag: v9.21.3~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf606a9ead49742f7d7fe56fc7fb2b9be77ed603;p=thirdparty%2Fbind9.git Ignore test artifacts in .libs Some tests may leave artifacts in the .libs directory. Ignore this directory when detecting expected artifacts. --- diff --git a/bin/tests/system/conftest.py b/bin/tests/system/conftest.py index 919a188a969..095c8e72224 100644 --- a/bin/tests/system/conftest.py +++ b/bin/tests/system/conftest.py @@ -309,6 +309,7 @@ def logger(request, system_test_name): @pytest.fixture(scope="module") def expected_artifacts(request): common_artifacts = [ + ".libs/*", # possible build artifacts, see GL #5055 "ns*/named.run", "ns*/named.run.prev", "ns*/named.conf",