Skip to content

Commit

Permalink
fix: test: Ignore test artifacts in .libs
Browse files Browse the repository at this point in the history
Some tests may leave artifacts in the .libs directory. Ignore this
directory when detecting expected artifacts.

Closes #5055

Merge branch '5055-ignore-libs-artifacts' into 'main'

See merge request isc-projects/bind9!9766
  • Loading branch information
nicki-krizek committed Nov 26, 2024
2 parents 0012721 + cf606a9 commit 76c9522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/tests/system/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76c9522

Please sign in to comment.