[svn:parrot] r47581 - trunk/tools/dev
coke at svn.parrot.org
coke at svn.parrot.org
Sun Jun 13 00:56:55 UTC 2010
Author: coke
Date: Sun Jun 13 00:56:54 2010
New Revision: 47581
URL: https://trac.parrot.org/parrot/changeset/47581
Log:
My copy of valgrind only goes to 50.
Modified:
trunk/tools/dev/vgp
Modified: trunk/tools/dev/vgp
==============================================================================
--- trunk/tools/dev/vgp Sat Jun 12 23:39:39 2010 (r47580)
+++ trunk/tools/dev/vgp Sun Jun 13 00:56:54 2010 (r47581)
@@ -1,2 +1,2 @@
#! /bin/sh
-valgrind --suppressions=tools/dev/parrot.supp --num-callers=500 --leak-check=full --leak-resolution=high --show-reachable=yes ./parrot --leak-test $@
+valgrind --suppressions=tools/dev/parrot.supp --num-callers=50 --leak-check=full --leak-resolution=high --show-reachable=yes ./parrot --leak-test $@
More information about the parrot-commits
mailing list