mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-17 03:39:50 -04:00
Use absolute path to locate run.gdb
This commit is contained in:
parent
dd2b7a0b2b
commit
3f7723cdff
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