[next] telepathy-haze: Rename HAZE_TEST_UNINSTALLED to CHECK_TWISTED_UNINSTALLED

Simon McVittie smcv at kemper.freedesktop.org
Mon May 12 02:03:36 PDT 2014


Module: telepathy-haze
Branch: next
Commit: 5da4de5cf9c9d7e4cbffc834619f5446f583ae87
URL:    http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=5da4de5cf9c9d7e4cbffc834619f5446f583ae87

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon May 12 09:44:32 2014 +0100

Rename HAZE_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 3915b6d..6f1570a 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -36,7 +36,7 @@ check-twisted: $(BUILT_SOURCES)
 	else \
 		haze_test_sleep=--sleep=$(CHECK_TWISTED_SLEEP); \
 	fi; \
-	HAZE_TEST_UNINSTALLED=1 \
+	CHECK_TWISTED_UNINSTALLED=1 \
 	  HAZE_ABS_TOP_SRCDIR=@abs_top_srcdir@ \
 	  HAZE_ABS_TOP_BUILDDIR=@abs_top_builddir@ \
 	  HAZE_TEST_SLEEP=$$haze_test_sleep \
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 11bbaf9..dbd9994 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-if test "x$HAZE_TEST_UNINSTALLED" = x; then
+if test "x$CHECK_TWISTED_UNINSTALLED" = x; then
   script_fullname=`readlink -e "@hazetestsdir@/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