[next] telepathy-mission-control: Replace MC_TEST_UNINSTALLED with CHECK_TWISTED_UNINSTALLED

Simon McVittie smcv at kemper.freedesktop.org
Thu Apr 3 07:27:58 PDT 2014


Module: telepathy-mission-control
Branch: next
Commit: 85e51244d5073b5960ad7004f5fe806e668d8ce5
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=85e51244d5073b5960ad7004f5fe806e668d8ce5

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Mar 26 12:01:25 2014 +0000

Replace MC_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 c679a4c..751e7c4 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -271,7 +271,7 @@ check-twisted: $(BUILT_SOURCES)
 	$(MAKE) -C tools
 	rm -f core
 	failed=0; \
-	MC_TEST_UNINSTALLED=1 \
+	CHECK_TWISTED_UNINSTALLED=1 \
 	  CHECK_TWISTED_SLOW=$(CHECK_TWISTED_SLOW) \
 	  MC_ABS_TOP_SRCDIR=@abs_top_srcdir@ \
 	  MC_ABS_TOP_BUILDDIR=@abs_top_builddir@ \
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 48f752d..134b713 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -16,7 +16,7 @@ set -e
 CHECK_TWISTED_CURDIR="`pwd`"
 export CHECK_TWISTED_CURDIR
 
-if test "x$MC_TEST_UNINSTALLED" = x; then
+if test "x$CHECK_TWISTED_UNINSTALLED" = x; then
   script_fullname=`readlink -e "@mctestsdir@/twisted/run-test.sh"`
   if [ `readlink -e "$0"` != "$script_fullname" ] ; then
     echo "Bail out! This script is meant to be installed at $script_fullname"



More information about the telepathy-commits mailing list