From 2dc28e7e7fa4e13e4e631c28226db61d5f1fa272 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 10 Sep 2013 19:38:46 +0100 Subject: [PATCH 3/5] exec-with-log.sh.in: fix out-of-tree use --- tests/twisted/tools/exec-with-log.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.4.rc3