]> 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:10:44 +0000 (10:10 +0100)
Some tests may leave artifacts in the .libs directory. Ignore this
directory when detecting expected artifacts.

(cherry picked from commit cf606a9ead49742f7d7fe56fc7fb2b9be77ed603)

bin/tests/system/conftest.py

index 40c90796a2e547b912c3e6edb7164512aa3b4601..bc17f000aed4cdd55947b0557ae7b5a31596c9d2 100644 (file)
@@ -357,6 +357,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.lock",
         "ns*/named.run",
         "ns*/named.run.prev",