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-03 21:11:26 +0100
commit528fa7bbc24ff91c1a11e9934368beb6db7daf6a (patch)
tree93cae5ce86a5b302654ac6c2b07cffb80d487e4b
parentc3ae7eebc32ff85ca9950c787b37dff2c01e2ae2 (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