diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-26 12:02:21 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-27 09:20:50 +0000 |
commit | 50c2b81350cd06d4930d63f6b0c9f9b704a18430 (patch) | |
tree | ddc1cdc297461325991687545f8bdb1671950ea8 | |
parent | 85e51244d5073b5960ad7004f5fe806e668d8ce5 (diff) |
Replace MC_TWISTED_PATH with CHECK_TWISTED_PATH
-rw-r--r-- | tests/twisted/run-test.sh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in index 134b713f..05d6d644 100644 --- a/tests/twisted/run-test.sh.in +++ b/tests/twisted/run-test.sh.in @@ -31,8 +31,8 @@ if test "x$CHECK_TWISTED_UNINSTALLED" = x; then PYTHONPATH="@mctestsdir@/twisted" export PYTHONPATH - MC_TWISTED_PATH="@mctestsdir@/twisted" - export MC_TWISTED_PATH + CHECK_TWISTED_PATH="@mctestsdir@/twisted" + export CHECK_TWISTED_PATH else if test -z "$MC_ABS_TOP_SRCDIR"; then echo "Bail out! MC_ABS_TOP_SRCDIR must be set" @@ -51,8 +51,8 @@ else PYTHONPATH="${test_src}/twisted:${test_build}/twisted" export PYTHONPATH - MC_TWISTED_PATH="${test_src}/twisted" - export MC_TWISTED_PATH + CHECK_TWISTED_PATH="${test_src}/twisted" + export CHECK_TWISTED_PATH fi MC_DEBUG=all |