dovecot-2.2: dovecot.m4: Added --leak-check=full to valgrind

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 16 10:40:48 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/2a85e0b0dc35
changeset: 19366:2a85e0b0dc35
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 16 12:40:22 2015 +0200
description:
dovecot.m4: Added --leak-check=full to valgrind

diffstat:

 dovecot.m4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 36353046b107 -r 2a85e0b0dc35 dovecot.m4
--- a/dovecot.m4	Mon Nov 16 12:29:51 2015 +0200
+++ b/dovecot.m4	Mon Nov 16 12:40:22 2015 +0200
@@ -6,7 +6,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 17
+# serial 18
 
 AC_DEFUN([DC_DOVECOT_MODULEDIR],[
 	AC_ARG_WITH(moduledir,
@@ -46,9 +46,9 @@
   trap "rm -f test.out.\$\$" 0 1 2 3 15
   supp_path="\$top_srcdir/run-test-valgrind.supp"
   if test -r "\$supp_path"; then
-    valgrind -q --suppressions="\$supp_path" --log-file=test.out.\$\$ \$[*]
+    valgrind -q --leak-check=full --suppressions="\$supp_path" --log-file=test.out.\$\$ \$[*]
   else
-    valgrind -q --log-file=test.out.\$\$ \$[*]
+    valgrind -q --leak-check=full --log-file=test.out.\$\$ \$[*]
   fi
   ret=\$?
   if test -s test.out.\$\$; then


More information about the dovecot-cvs mailing list