From: Mark Andrews Date: Mon, 10 Jul 2023 03:02:22 +0000 (+1000) Subject: Use absolute path to locate run.gdb X-Git-Tag: v9.19.16~41^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3f7723cdffe7f72f4ddf100f34077b1be552a7af;p=thirdparty%2Fbind9.git Use absolute path to locate run.gdb --- diff --git a/bin/tests/system/get_core_dumps.sh b/bin/tests/system/get_core_dumps.sh index c0759aaa233..d4f6ec7f1bc 100755 --- a/bin/tests/system/get_core_dumps.sh +++ b/bin/tests/system/get_core_dumps.sh @@ -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