diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-26 12:01:25 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-27 09:20:50 +0000 |
commit | 85e51244d5073b5960ad7004f5fe806e668d8ce5 (patch) | |
tree | b55ea4a84c026673be3b6b115c1f68ed0ed0d671 | |
parent | fe00811bf2bf8a4aa6a5043097bd91de2819281f (diff) |
Replace MC_TEST_UNINSTALLED with CHECK_TWISTED_UNINSTALLED
-rw-r--r-- | tests/twisted/Makefile.am | 2 | ||||
-rw-r--r-- | 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 c679a4c0..751e7c4b 100644 --- a/tests/twisted/Makefile.am +++ b/tests/twisted/Makefile.am @@ -271,7 +271,7 @@ check-twisted: $(BUILT_SOURCES) $(MAKE) -C tools rm -f core failed=0; \ - MC_TEST_UNINSTALLED=1 \ + CHECK_TWISTED_UNINSTALLED=1 \ CHECK_TWISTED_SLOW=$(CHECK_TWISTED_SLOW) \ MC_ABS_TOP_SRCDIR=@abs_top_srcdir@ \ MC_ABS_TOP_BUILDDIR=@abs_top_builddir@ \ diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in index 48f752d5..134b713f 100644 --- a/tests/twisted/run-test.sh.in +++ b/tests/twisted/run-test.sh.in @@ -16,7 +16,7 @@ set -e CHECK_TWISTED_CURDIR="`pwd`" export CHECK_TWISTED_CURDIR -if test "x$MC_TEST_UNINSTALLED" = x; then +if test "x$CHECK_TWISTED_UNINSTALLED" = x; then script_fullname=`readlink -e "@mctestsdir@/twisted/run-test.sh"` if [ `readlink -e "$0"` != "$script_fullname" ] ; then echo "Bail out! This script is meant to be installed at $script_fullname" |