mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 22:39:58 -04:00
Merge branch '4203-run-gdb-not-found-bind-9.18' into 'bind-9.18'
[9.18] Resolve "run.gdb not found" See merge request isc-projects/bind9!8112
This commit is contained in:
commit
5e6628f3ab
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ if [ -n "$core_dumps" ]; then
|
|||
echoinfo "D:$systest:full backtrace from $coredump saved in $coredump_backtrace"
|
||||
"${TOP_BUILDDIR}/libtool" --mode=execute gdb \
|
||||
-batch \
|
||||
-command=run.gdb \
|
||||
-command="${TOP_SRCDIR}/bin/tests/system/run.gdb" \
|
||||
-core="$coredump" \
|
||||
-- \
|
||||
"$binary" > "$coredump_backtrace" 2>&1
|
||||
|
|
|
|||
Loading…
Reference in a new issue