From: Johannes Schindelin Date: Tue, 3 Feb 2009 23:26:22 +0000 (+0100) Subject: Add a script to coalesce the valgrind outputs X-Git-Tag: v1.6.3-rc0~217^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/268fac6919ef673094e50e2d944d09f017f5ad33?ds=inline;hp=268fac6919ef673094e50e2d944d09f017f5ad33 Add a script to coalesce the valgrind outputs After running the valgrind tests with GIT_TEST_TREE=t, the test output is in the test-results/$TEST.out files. Call ./valgrind/analyze.sh in $GIT_ROOT/t/ to group the valgrind errors by backtrace. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---