[Pkg-telepathy-commits] [telepathy-mission-control-6] 16/90: Replace MC_TEST_KEEP_TEMP with CHECK_TWISTED_KEEP_TEMP

Simon McVittie smcv at debian.org
Wed May 14 12:09:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 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
       ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list