]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use absolute path to locate run.gdb
authorMark Andrews <marka@isc.org>
Mon, 10 Jul 2023 03:02:22 +0000 (13:02 +1000)
committerMark Andrews <marka@isc.org>
Tue, 18 Jul 2023 00:01:46 +0000 (00:01 +0000)
bin/tests/system/get_core_dumps.sh

index c0759aaa2334dea5452355151048a35168b8bda5..d4f6ec7f1bc96cf71d90e0686efa94b1b778b112 100755 (executable)
@@ -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