svn rev #25467: trunk/src/config/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Nov 10 21:14:56 EST 2011


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




More information about the cvs-krb5 mailing list