From: Gregor Beck Date: Wed, 29 Sep 2010 13:13:26 +0000 (+0200) Subject: s3-net: test: make MALLOC_CHECK verbose on failure X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba-ctdb.git;a=commitdiff_plain;h=9c9d57c8e35b66466bd9d39f7695c7821336abcb s3-net: test: make MALLOC_CHECK verbose on failure --- diff --git a/source3/script/tests/test_functions.sh b/source3/script/tests/test_functions.sh index bddae18c10..cac3a6f54d 100644 --- a/source3/script/tests/test_functions.sh +++ b/source3/script/tests/test_functions.sh @@ -328,7 +328,7 @@ teststatus() { } if [ -z "$VALGRIND" ]; then - MALLOC_CHECK_=2 + MALLOC_CHECK_=3 export MALLOC_CHECK_ fi