Re: svn commit: rev 4478 - trunk/subversion/libsvn_wc
From: <philip_at_codematters.co.uk>
Date: 2003-01-21 20:37:44 CET
Blair Zajac blair@orcaware.com writes:
Is there an easy way that you found to run valgrind over
No, there isn't. For the python tests I use a shared build and edit
exec $program ${1+$@}
to
exec valgrind -q --trace-children=yes $program ${1+$@}
For the tests using the C testharness I resort to invoking them
Note, I generally use an APR configured with --enable-pool-debugging
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 14 02:04:28 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.