[telepathy-mission-control/master] exec-with-log.sh.in: add support for running a different MC binary
Simon McVittie
simon.mcvittie at collabora.co.uk
Mon Jun 29 07:54:53 PDT 2009
---
test/twisted/tools/exec-with-log.sh.in | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/test/twisted/tools/exec-with-log.sh.in b/test/twisted/tools/exec-with-log.sh.in
index fd451ba..cb6690e 100644
--- a/test/twisted/tools/exec-with-log.sh.in
+++ b/test/twisted/tools/exec-with-log.sh.in
@@ -49,6 +49,10 @@ elif test -n "$MISSIONCONTROL_TEST_REFDBG"; then
fi
fi
+if test "z$MC_EXECUTABLE" = z; then
+ MC_EXECUTABLE=@abs_top_builddir@/test/twisted/mc-debug-server
+fi
+
exec @abs_top_builddir@/libtool --mode=execute \
$MISSIONCONTROL_WRAPPER \
- @abs_top_builddir@/test/twisted/mc-debug-server
+ $MC_EXECUTABLE
--
1.5.6.5
More information about the telepathy-commits
mailing list