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:
Mark Andrews 2023-07-19 03:14:01 +00:00
commit 5e6628f3ab

View file

@ -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