mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:09:59 -04:00
Add TSAN report and core file globs to expected artifacts
This commit is contained in:
parent
216c6a53e9
commit
ce23dd4dd3
1 changed files with 3 additions and 0 deletions
|
|
@ -317,7 +317,10 @@ def expected_artifacts(request):
|
|||
"ns*/named.memstats",
|
||||
"ns*/named.run",
|
||||
"ns*/named.run.prev",
|
||||
"core.[0-9]*-backtrace.txt",
|
||||
"core.[0-9]*.gz",
|
||||
"pytest.log.txt",
|
||||
"tsan.*.[0-9]*",
|
||||
]
|
||||
|
||||
if "USE_RR" in os.environ:
|
||||
|
|
|
|||
Loading…
Reference in a new issue