summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-02 18:29:18 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-02 18:29:18 +0100
commit9eabdd512cd17cdea5edc871f9a53dc1166bc625 (patch)
treea2b10786917caf58db002587bb24171509a658bd
parent8929cc652153fd6004b72243c2eaee0932704c16 (diff)
Rename IDLE_TEST_UNINSTALLED to CHECK_TWISTED_UNINSTALLED
This removes some pointless divergence between CMs.
-rw-r--r--tests/twisted/Makefile.am2
-rw-r--r--tests/twisted/run-test.sh.in2
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