]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Ignore test artifacts in .libs
authorNicki Křížek <nicki@isc.org>
Mon, 25 Nov 2024 17:16:12 +0000 (18:16 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 26 Nov 2024 09:05:15 +0000 (09:05 +0000)
Some tests may leave artifacts in the .libs directory. Ignore this
directory when detecting expected artifacts.

bin/tests/system/conftest.py

index 919a188a96966f9eb1a2d1abd1da090474b8a20d..095c8e72224f162c5828492867cab11ecd075e61 100644 (file)
@@ -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",