From 9c9d57c8e35b66466bd9d39f7695c7821336abcb Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Wed, 29 Sep 2010 15:13:26 +0200 Subject: [PATCH] s3-net: test: make MALLOC_CHECK verbose on failure --- source3/script/tests/test_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1