mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 21:29:59 -04:00
Merge branch 'mnowak/look-for-core-files-in-TOP_BUILDDIR-9.18' into 'bind-9.18'
[9.18] Look for core files in $TOP_BUILDDIR See merge request isc-projects/bind9!7986
This commit is contained in:
commit
b751e2b4be
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ dir=$(dirname "$0")
|
|||
systest=$1
|
||||
status=0
|
||||
|
||||
export SYSTESTDIR="${TOP_SRCDIR}/bin/tests/system/${systest}"
|
||||
export SYSTESTDIR="${TOP_BUILDDIR}/bin/tests/system/${systest}"
|
||||
|
||||
get_core_dumps() {
|
||||
find "$SYSTESTDIR/" \( -name 'core' -or -name 'core.*' -or -name '*.core' \) ! -name '*.gz' ! -name '*.txt' | sort
|
||||
|
|
|
|||
Loading…
Reference in a new issue