telepathy-gabble: exec-with-log.sh.in: fix out-of-tree use of GABBLE_TEST_BACKTRACE

Simon McVittie smcv at kemper.freedesktop.org
Wed Sep 11 05:01:55 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: f5006f3b9852b251fc3a3c98ed7653b4d586c09e
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=f5006f3b9852b251fc3a3c98ed7653b4d586c09e

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Sep 10 19:38:46 2013 +0100

exec-with-log.sh.in: fix out-of-tree use of GABBLE_TEST_BACKTRACE

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69194
Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>

---

 tests/twisted/tools/exec-with-log.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in
index 9210eec..28968ca 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -46,7 +46,7 @@ elif test -n "$GABBLE_TEST_REFDBG"; then
 elif test -n "$GABBLE_TEST_STRACE"; then
         GABBLE_WRAPPER="strace -o strace.log"
 elif test -n "$GABBLE_TEST_BACKTRACE"; then
-        GABBLE_WRAPPER="gdb -x run_and_bt.gdb"
+        GABBLE_WRAPPER="gdb -x @abs_top_srcdir@/tests/twisted/tools/run_and_bt.gdb"
 fi
 
 # Prevent libproxy from hitting the network for wpad configuration



More information about the telepathy-commits mailing list