Re: [ovs-dev] [PATCHv4] valgrind: Parse the summary of valgrind results.

2016-05-17 Thread Ben Pfaff
On Fri, Apr 29, 2016 at 03:32:17PM -0700, William Tu wrote: > Before, the 'make check-valgrind' merely outputs results to > tests/testsuite.dir/*/valgrind* and depends on users to verify any errors > in those files. This patch greps results and shows a summary. > > The patch ignores the exit stat

[ovs-dev] [PATCHv4] valgrind: Parse the summary of valgrind results.

2016-04-29 Thread William Tu
Before, the 'make check-valgrind' merely outputs results to tests/testsuite.dir/*/valgrind* and depends on users to verify any errors in those files. This patch greps results and shows a summary. The patch ignores the exit status of testsuite by adding '-' before $(SHELL), so that even if test ca