dovecot-2.2-pigeonhole: Valgrindn needs --trace-children to work...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Fri Sep 5 12:39:11 UTC 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/c191996854b3
changeset: 1915:c191996854b3
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Fri Sep 05 14:38:35 2014 +0200
description:
Valgrindn needs --trace-children to work properly these days.

diffstat:

 Makefile.am |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 1c90311178ac -r c191996854b3 Makefile.am
--- a/Makefile.am	Thu Aug 28 15:38:39 2014 +0200
+++ b/Makefile.am	Fri Sep 05 14:38:35 2014 +0200
@@ -28,7 +28,8 @@
 TESTSUITE_BIN = $(top_builddir)/src/testsuite/testsuite $(TESTSUITE_OPTIONS)
 
 if TESTSUITE_VALGRIND
-TEST_BIN = libtool --mode=execute valgrind -q --error-exitcode=1 --show-reachable=yes --leak-check=full $(TESTSUITE_BIN)
+TEST_BIN = libtool --mode=execute valgrind -q --error-exitcode=1 \
+	--show-reachable=yes --leak-check=full --trace-children=yes $(TESTSUITE_BIN)
 else
 TEST_BIN = $(TESTSUITE_BIN)
 endif


More information about the dovecot-cvs mailing list