mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[9.18] fix: test: Ignore test artifacts in .libs
Some tests may leave artifacts in the .libs directory. Ignore this directory when detecting expected artifacts. Closes #5055 Backport of MR !9766 Merge branch 'backport-5055-ignore-libs-artifacts-9.18' into 'bind-9.18' See merge request isc-projects/bind9!9774
This commit is contained in:
commit
2fa9d5b801
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue