[26127] in CVS-changelog-for-Kerberos-V5
svn rev #25467: trunk/src/config/
daemon@ATHENA.MIT.EDU (ghudson@mit.edu)
Thu Nov 10 21:14:58 2011
Date: Thu, 10 Nov 2011 21:14:56 -0500
From: ghudson@mit.edu
Message-Id: <201111110214.pAB2Eul6003842@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
http://src.mit.edu/fisheye/changelog/krb5/?cs=25467
Commit By: ghudson
Log Message:
Remove -v from the preset valgrind flags
Verbose output from valgrind is rarely needed and makes it harder to
find errors and leaks in the output. When it is needed, it's easier
to add it in than to take it out.
Changed Files:
U trunk/src/config/pre.in
Modified: trunk/src/config/pre.in
===================================================================
--- trunk/src/config/pre.in 2011-11-09 19:57:25 UTC (rev 25466)
+++ trunk/src/config/pre.in 2011-11-11 02:14:56 UTC (rev 25467)
@@ -597,7 +597,7 @@
# Need absolute paths here because under kshd or ftpd we may run programs
# while in other directories.
VALGRIND_LOGDIR = `cd $(BUILDTOP)&&pwd`
-VALGRIND1 = valgrind --tool=memcheck --log-file=$(VALGRIND_LOGDIR)/vg.%p --trace-children=yes -v --leak-check=yes --suppressions=`cd $(top_srcdir)&&pwd`/util/valgrind-suppressions
+VALGRIND1 = valgrind --tool=memcheck --log-file=$(VALGRIND_LOGDIR)/vg.%p --trace-children=yes --leak-check=yes --suppressions=`cd $(top_srcdir)&&pwd`/util/valgrind-suppressions
# Set OFFLINE=yes to disable tests that assume network connectivity.
# (Specifically, this concerns the ability to fetch DNS data for
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5