[Telepathy-commits] [telepathy-gabble/master] exec-with-log.sh.in: remove tabs

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 26 04:24:04 PDT 2008


---
 tests/twisted/tools/exec-with-log.sh.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in
index 62b5fa1..e1463e9 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -7,16 +7,16 @@ ulimit -c unlimited
 exec >> gabble-testing.log 2>&1
 
 if test -n "$GABBLE_TEST_VALGRIND"; then
-	export G_DEBUG=${G_DEBUG:+"${G_DEBUG},"}gc-friendly
-	export G_SLICE=always-malloc
-	GABBLE_WRAPPER="valgrind --leak-check=full --num-callers=20"
-	GABBLE_WRAPPER="$GABBLE_WRAPPER --show-reachable=yes"
-	GABBLE_WRAPPER="$GABBLE_WRAPPER --gen-suppressions=all"
-	GABBLE_WRAPPER="$GABBLE_WRAPPER --child-silent-after-fork=yes"
-	GABBLE_WRAPPER="$GABBLE_WRAPPER --suppressions=@abs_top_srcdir@/tests/twisted/tools/tp-glib.supp"
+        export G_DEBUG=${G_DEBUG:+"${G_DEBUG},"}gc-friendly
+        export G_SLICE=always-malloc
+        GABBLE_WRAPPER="valgrind --leak-check=full --num-callers=20"
+        GABBLE_WRAPPER="$GABBLE_WRAPPER --show-reachable=yes"
+        GABBLE_WRAPPER="$GABBLE_WRAPPER --gen-suppressions=all"
+        GABBLE_WRAPPER="$GABBLE_WRAPPER --child-silent-after-fork=yes"
+        GABBLE_WRAPPER="$GABBLE_WRAPPER --suppressions=@abs_top_srcdir@/tests/twisted/tools/tp-glib.supp"
 elif test -n "$GABBLE_TEST_REFDBG"; then
         export REFDBG_OPTIONS="btnum=10"
-	GABBLE_WRAPPER="refdbg"
+        GABBLE_WRAPPER="refdbg"
 fi
 
 exec $GABBLE_WRAPPER ../telepathy-gabble-debug
-- 
1.5.6.5




More information about the Telepathy-commits mailing list