|
From: Nicholas N. <nj...@cs...> - 2005-12-21 16:55:02
|
On Wed, 21 Dec 2005, Jacek Poplawski wrote: > We are using valgrind in our test framework. > Our application runs many times within nightly test session. > We have support to use valgrind in these tests, but to know if there are any > errors/leaks we need to manualy analyze valgrind text output. > Is there a way to return it as binary value? The VALGRIND_COUNT_ERRORS client request may be what you want. See section 2.7 of the manual (http://www.valgrind.org/docs/manual/manual-core.html#manual-core.clientreq). Nick |