[next] telepathy-rakia: Rename RAKIA_TEST_UNINSTALLED to CHECK_TWISTED_UNINSTALLED

Simon McVittie smcv at kemper.freedesktop.org
Wed May 7 03:36:31 PDT 2014


Module: telepathy-rakia
Branch: next
Commit: 85b32585c3e622d5501ab90f44eee54c10765603
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=85b32585c3e622d5501ab90f44eee54c10765603

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed May  7 11:05:29 2014 +0100

Rename RAKIA_TEST_UNINSTALLED to 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 5142a23..89ded90 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -28,7 +28,7 @@ check-twisted: $(BUILT_SOURCES)
 	else \
 		rakia_test_sleep=--sleep=$(CHECK_TWISTED_SLEEP); \
 	fi; \
-	RAKIA_TEST_UNINSTALLED=1 \
+	CHECK_TWISTED_UNINSTALLED=1 \
 	  RAKIA_ABS_TOP_SRCDIR=@abs_top_srcdir@ \
 	  RAKIA_ABS_TOP_BUILDDIR=@abs_top_builddir@ \
 	  RAKIA_TEST_SLEEP=$$rakia_test_sleep \
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index f21a4dc..716379d 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if test "x$RAKIA_TEST_UNINSTALLED" = x; then
+if test "x$CHECK_TWISTED_UNINSTALLED" = x; then
   script_fullname=`readlink -e "@rakiatestsdir@/twisted/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