[next] telepathy-mission-control: Replace MC_TWISTED_PATH with CHECK_TWISTED_PATH

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


Module: telepathy-mission-control
Branch: next
Commit: 50c2b81350cd06d4930d63f6b0c9f9b704a18430
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=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



More information about the telepathy-commits mailing list