From f6a52b9c3b5a79a9b1bb312a083b807b903d81aa Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Tue, 16 Feb 2010 14:26:02 -0800 Subject: Ignore generated test tools. --- .gitignore | 2 ++ tests/twisted/tools/exec-with-log.sh | 31 ------------------------------- tests/twisted/tools/tmp-session-bus.conf | 27 --------------------------- 3 files changed, 2 insertions(+), 58 deletions(-) delete mode 100755 tests/twisted/tools/exec-with-log.sh delete mode 100644 tests/twisted/tools/tmp-session-bus.conf diff --git a/.gitignore b/.gitignore index 472cc1e..398f2b6 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,9 @@ extensions/_gen/ extensions/doc/ tests/test-*[^ch] tests/twisted/telepathy-logger-debug +tests/twisted/tools/exec-with-log.sh tests/twisted/tools/org.freedesktop.Telepathy.Client.TelepathyLogger.service +tests/twisted/tools/tmp-session-bus.conf doc/reference/libtelepathy-logger/*.stamp doc/reference/libtelepathy-logger/html/ diff --git a/tests/twisted/tools/exec-with-log.sh b/tests/twisted/tools/exec-with-log.sh deleted file mode 100755 index fef4d54..0000000 --- a/tests/twisted/tools/exec-with-log.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -cd "/home/kalfa/src/telepathy-logger/tests/twisted/tools" - -export TPL_DEBUG=all -ulimit -c unlimited -exec >> tpl-testing.log 2>&1 - -if test -n "$TPL_TEST_VALGRIND"; then - export G_DEBUG=${G_DEBUG:+"${G_DEBUG},"}gc-friendly - export G_SLICE=always-malloc - export DBUS_DISABLE_MEM_POOLS=1 - TPL_WRAPPER="valgrind --leak-check=full --num-callers=20" - TPL_WRAPPER="$TPL_WRAPPER --show-reachable=yes" - TPL_WRAPPER="$TPL_WRAPPER --gen-suppressions=all" - TPL_WRAPPER="$TPL_WRAPPER --child-silent-after-fork=yes" - TPL_WRAPPER="$TPL_WRAPPER --suppressions=/home/kalfa/src/telepathy-logger/tests/suppressions/tp-glib.supp" - TPL_WRAPPER="$TPL_WRAPPER --suppressions=/home/kalfa/src/telepathy-logger/tests/suppressions/tpl.supp" -elif test -n "$TPL_TEST_REFDBG"; then - if test -z "$REFDBG_OPTIONS" ; then - export REFDBG_OPTIONS="btnum=10" - fi - if test -z "$TPL_WRAPPER" ; then - TPL_WRAPPER="refdbg" - fi -elif test -n "$TPL_TEST_STRACE"; then - TPL_WRAPPER="strace -o strace.log" -fi - -export G_DEBUG=fatal-warnings,fatal-criticals" ${G_DEBUG}" -exec /home/kalfa/src/telepathy-logger/libtool --mode=execute $TPL_WRAPPER ../telepathy-tpl-debug diff --git a/tests/twisted/tools/tmp-session-bus.conf b/tests/twisted/tools/tmp-session-bus.conf deleted file mode 100644 index df4f0c4..0000000 --- a/tests/twisted/tools/tmp-session-bus.conf +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - session - - unix:tmpdir=/tmp - - /home/kalfa/src/telepathy-logger/tests/twisted/tools - - - - - - - - - - - - - -- cgit v1.2.1