[next] telepathy-idle: Rename IDLE_TEST_UNINSTALLED to CHECK_TWISTED_UNINSTALLED
Simon McVittie
smcv at kemper.freedesktop.org
Mon Apr 7 09:05:00 PDT 2014
Module: telepathy-idle
Branch: next
Commit: 528fa7bbc24ff91c1a11e9934368beb6db7daf6a
URL: http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=528fa7bbc24ff91c1a11e9934368beb6db7daf6a
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Apr 2 18:29:18 2014 +0100
Rename IDLE_TEST_UNINSTALLED to CHECK_TWISTED_UNINSTALLED
This removes some pointless divergence between CMs.
---
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 f74483e..0891b88 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -53,7 +53,7 @@ check-twisted: $(BUILT_SOURCES)
else \
idle_test_sleep=--sleep=$(CHECK_TWISTED_SLEEP); \
fi; \
- IDLE_TEST_UNINSTALLED=1 \
+ CHECK_TWISTED_UNINSTALLED=1 \
IDLE_ABS_TOP_SRCDIR=@abs_top_srcdir@ \
IDLE_ABS_TOP_BUILDDIR=@abs_top_builddir@ \
IDLE_TEST_SLEEP=$$idle_test_sleep \
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 6f85a3d..06452a1 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
-if test "x$IDLE_TEST_UNINSTALLED" = x; then
+if test "x$CHECK_TWISTED_UNINSTALLED" = x; then
script_fullname=`readlink -e "@idletestsdir@/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