[next] telepathy-rakia: Rename RAKIA_TEST_SLEEP to CHECK_TWISTED_SLEEP

Simon McVittie smcv at kemper.freedesktop.org
Wed May 7 03:36:31 PDT 2014


Module: telepathy-rakia
Branch: next
Commit: 01677691d7a24ee2db914c14f741b4df269e907a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=01677691d7a24ee2db914c14f741b4df269e907a

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed May  7 11:06:02 2014 +0100

Rename RAKIA_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 89ded90..1c60b9e 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -31,7 +31,7 @@ check-twisted: $(BUILT_SOURCES)
 	CHECK_TWISTED_UNINSTALLED=1 \
 	  RAKIA_ABS_TOP_SRCDIR=@abs_top_srcdir@ \
 	  RAKIA_ABS_TOP_BUILDDIR=@abs_top_builddir@ \
-	  RAKIA_TEST_SLEEP=$$rakia_test_sleep \
+	  CHECK_TWISTED_SLEEP=$$rakia_test_sleep \
 	  ./run-test.sh "$(TWISTED_TESTS)"
 
 if ENABLE_DEBUG
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 716379d..5ac3c76 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -47,7 +47,7 @@ any_failed=0
 for i in $list ; do
   echo "Testing $i ..."
   sh "${test_src}/twisted/tools/with-session-bus.sh" \
-    ${RAKIA_TEST_SLEEP} \
+    ${CHECK_TWISTED_SLEEP} \
     --config-file="${config_file}" \
     -- \
     @TEST_PYTHON@ -u "${test_src}/twisted/$i"



More information about the telepathy-commits mailing list