[next] telepathy-gabble: Replace GABBLE_TEST_SLEEP with CHECK_TWISTED_SLEEP
Simon McVittie
smcv at kemper.freedesktop.org
Thu Apr 3 07:26:40 PDT 2014
Module: telepathy-gabble
Branch: next
Commit: 62a9165d8d02a2cde8d432381381cf8676bfdbf7
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=62a9165d8d02a2cde8d432381381cf8676bfdbf7
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Mar 26 12:37:07 2014 +0000
Replace GABBLE_TEST_SLEEP with 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 c1a0b4a..2706e7c 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -284,7 +284,7 @@ if WANT_TWISTED_TESTS
fi; \
failed=0; \
GABBLE_TEST_UNINSTALLED=1 \
- GABBLE_TEST_SLEEP="--sleep=$$sleep" \
+ CHECK_TWISTED_SLEEP="--sleep=$$sleep" \
G_TEST_SRCDIR=@abs_srcdir@ \
G_TEST_BUILDDIR=@abs_builddir@ \
sh run-test.sh "$(TWISTED_TESTS)" || failed=1; \
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 20dafc0..b3a6fc8 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -44,7 +44,7 @@ any_failed=0
for i in $list ; do
echo "Testing $i ..."
sh "${G_TEST_SRCDIR}/tools/with-session-bus.sh" \
- ${GABBLE_TEST_SLEEP} \
+ ${CHECK_TWISTED_SLEEP} \
--config-file="${config_file}" \
-- \
@TEST_PYTHON@ -u "${G_TEST_SRCDIR}/$i"
More information about the telepathy-commits
mailing list