[next] telepathy-mission-control: Replace MC_TEST_KEEP_TEMP with CHECK_TWISTED_KEEP_TEMP
Simon McVittie
smcv at kemper.freedesktop.org
Thu Apr 3 07:27:58 PDT 2014
Module: telepathy-mission-control
Branch: next
Commit: 3f776a3e5a9a69d8980c286aaf8f6be93d303e89
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=3f776a3e5a9a69d8980c286aaf8f6be93d303e89
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed Mar 26 12:00:09 2014 +0000
Replace MC_TEST_KEEP_TEMP with CHECK_TWISTED_KEEP_TEMP
---
tests/twisted/README | 4 ++--
tests/twisted/run-test.sh.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/twisted/README b/tests/twisted/README
index f4edd32..23438aa 100644
--- a/tests/twisted/README
+++ b/tests/twisted/README
@@ -15,13 +15,13 @@ If the test fails, its output will be sent to stdout.
These directories are normally deleted after a test passes or is skipped,
and kept for analysis if it fails. Set the environment variable
-MC_TEST_KEEP_TEMP to avoid deleting them.
+CHECK_TWISTED_KEEP_TEMP to avoid deleting them.
To debug an individual test you can set one of the following env variable:
* MISSIONCONTROL_TEST_VALGRIND : to run Mission Control inside valgrind. The
report is added to missioncontrol.log. You'll probably also want
- MC_TEST_KEEP_TEMP to keep the logs in tests/twisted/tmp-*, even when
+ CHECK_TWISTED_KEEP_TEMP to keep the logs in tests/twisted/tmp-*, even when
tests passed.
* MISSIONCONTROL_TEST_REFDBG : to run Mission Control inside refdbg. The
diff --git a/tests/twisted/run-test.sh.in b/tests/twisted/run-test.sh.in
index 533846c..2c41917 100644
--- a/tests/twisted/run-test.sh.in
+++ b/tests/twisted/run-test.sh.in
@@ -125,7 +125,7 @@ for t in $list ; do
case "$e" in
(0)
echo "ok $i - $t"
- if test -z "$MC_TEST_KEEP_TEMP"; then
+ if test -z "$CHECK_TWISTED_KEEP_TEMP"; then
rm -fr "$tmp"
fi
;;
@@ -138,7 +138,7 @@ for t in $list ; do
done
echo "# ===== end of log files for $t ====="
)
- if test -z "$MC_TEST_KEEP_TEMP"; then
+ if test -z "$CHECK_TWISTED_KEEP_TEMP"; then
rm -fr "$tmp"
fi
;;
More information about the telepathy-commits
mailing list