[Telepathy-commits] [telepathy-gabble/master] increase calls stack size when running test with valgrind

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Aug 19 10:54:00 PDT 2008


20080729083813-7fe3f-d1ead5468d3c0454521019614944feca9a113e26.gz
---
 tests/twisted/tools/exec-with-log.sh.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/tools/exec-with-log.sh.in b/tests/twisted/tools/exec-with-log.sh.in
index 861ebe5..749a633 100644
--- a/tests/twisted/tools/exec-with-log.sh.in
+++ b/tests/twisted/tools/exec-with-log.sh.in
@@ -9,7 +9,7 @@ exec > gabble-testing.log 2>&1
 if test -n "$GABBLE_TEST_VALGRIND"; then
 	export G_DEBUG=gc-friendly
 	export G_SLICE=always-malloc
-	GABBLE_WRAPPER="valgrind --leak-check=full"
+	GABBLE_WRAPPER="valgrind --leak-check=full --num-callers=20"
 fi
 
 exec $GABBLE_WRAPPER ../telepathy-gabble-debug
-- 
1.5.6.3




More information about the Telepathy-commits mailing list