[Pkg-telepathy-commits] [telepathy-mission-control-6] 18/90: Replace MC_TEST_UNINSTALLED with CHECK_TWISTED_UNINSTALLED

Simon McVittie smcv at debian.org
Wed May 14 12:09:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 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"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list