[next] telepathy-idle: Rename IDLE_TEST_SLEEP to CHECK_TWISTED_SLEEP

Simon McVittie smcv at kemper.freedesktop.org
Mon Apr 7 09:05:00 PDT 2014


Module: telepathy-idle
Branch: next
Commit: c639a49470f84fd4c4081c53166556e045110607
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=c639a49470f84fd4c4081c53166556e045110607

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Apr  2 18:29:29 2014 +0100

Rename IDLE_TEST_SLEEP to CHECK_TWISTED_SLEEP

---

 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 0891b88..903e4a7 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -56,7 +56,7 @@ check-twisted: $(BUILT_SOURCES)
 	CHECK_TWISTED_UNINSTALLED=1 \
 	  IDLE_ABS_TOP_SRCDIR=@abs_top_srcdir@ \
 	  IDLE_ABS_TOP_BUILDDIR=@abs_top_builddir@ \
-	  IDLE_TEST_SLEEP=$$idle_test_sleep \
+	  CHECK_TWISTED_SLEEP=$$idle_test_sleep \
 	  ./run-test.sh "$(TWISTED_TESTS)"
 
 endif
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 06452a1..59277f5 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -63,7 +63,7 @@ any_failed=0
 for i in $list ; do
   echo "Testing $i ..."
   sh "${test_src}/twisted/tools/with-session-bus.sh" \
-    ${IDLE_TEST_SLEEP} \
+    ${CHECK_TWISTED_SLEEP} \
     --config-file="${config_file}" \
     -- \
     @TEST_PYTHON@ -u "${test_src}/twisted/$i"



More information about the telepathy-commits mailing list