[Pkg-telepathy-commits] [telepathy-mission-control-6] 19/90: Replace MC_TWISTED_PATH with CHECK_TWISTED_PATH

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 50c2b81350cd06d4930d63f6b0c9f9b704a18430
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Mar 26 12:02:21 2014 +0000

    Replace MC_TWISTED_PATH with CHECK_TWISTED_PATH
---
 tests/twisted/run-test.sh.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 134b713..05d6d64 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -31,8 +31,8 @@ if test "x$CHECK_TWISTED_UNINSTALLED" = x; then
   PYTHONPATH="@mctestsdir@/twisted"
   export PYTHONPATH
 
-  MC_TWISTED_PATH="@mctestsdir@/twisted"
-  export MC_TWISTED_PATH
+  CHECK_TWISTED_PATH="@mctestsdir@/twisted"
+  export CHECK_TWISTED_PATH
 else
   if test -z "$MC_ABS_TOP_SRCDIR"; then
     echo "Bail out! MC_ABS_TOP_SRCDIR must be set"
@@ -51,8 +51,8 @@ else
   PYTHONPATH="${test_src}/twisted:${test_build}/twisted"
   export PYTHONPATH
 
-  MC_TWISTED_PATH="${test_src}/twisted"
-  export MC_TWISTED_PATH
+  CHECK_TWISTED_PATH="${test_src}/twisted"
+  export CHECK_TWISTED_PATH
 fi
 
 MC_DEBUG=all

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