Use absolute path to locate run.gdb

This commit is contained in:
Mark Andrews 2023-07-10 13:02:22 +10:00
parent dd2b7a0b2b
commit 3f7723cdff

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