mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 11:09:59 -04:00
Ignore test artifacts in .libs
Some tests may leave artifacts in the .libs directory. Ignore this directory when detecting expected artifacts.
This commit is contained in:
parent
001272127f
commit
cf606a9ead
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue