[next] telepathy-gabble: Replace GABBLE_TEST_UNINSTALLED with CHECK_TWISTED_UNINSTALLED
Simon McVittie
smcv at kemper.freedesktop.org
Thu Apr 3 07:26:40 PDT 2014
Module: telepathy-gabble
Branch: next
Commit: 6be4c4457635cdabf7759cfaaddb7cbd860a9530
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=6be4c4457635cdabf7759cfaaddb7cbd860a9530
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Mar 26 12:39:31 2014 +0000
Replace GABBLE_TEST_UNINSTALLED with CHECK_TWISTED_UNINSTALLED
---
tests/twisted/Makefile.am | 2 +-
tests/twisted/run-test.sh.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 2706e7c..e14dc66 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -283,7 +283,7 @@ if WANT_TWISTED_TESTS
sleep=$(CHECK_TWISTED_SLEEP); \
fi; \
failed=0; \
- GABBLE_TEST_UNINSTALLED=1 \
+ CHECK_TWISTED_UNINSTALLED=1 \
CHECK_TWISTED_SLEEP="--sleep=$$sleep" \
G_TEST_SRCDIR=@abs_srcdir@ \
G_TEST_BUILDDIR=@abs_builddir@ \
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index b3a6fc8..c14b7be 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
-if test "x$GABBLE_TEST_UNINSTALLED" = x; then
+if test "x$CHECK_TWISTED_UNINSTALLED" = x; then
script_fullname=`readlink -e "@twistedtestsdir@/run-test.sh"`
if [ `readlink -e "$0"` != "$script_fullname" ] ; then
echo "This script is meant to be installed at $script_fullname" >&2
More information about the telepathy-commits
mailing list