Ignore test artifacts in .libs

Some tests may leave artifacts in the .libs directory. Ignore this
directory when detecting expected artifacts.

(cherry picked from commit cf606a9ead)
This commit is contained in:
Nicki Křížek 2024-11-25 18:16:12 +01:00
parent 4b0114ffce
commit bbd398d846

View 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",