Add a script to coalesce the valgrind outputs
commit268fac6919ef673094e50e2d944d09f017f5ad33
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 3 Feb 2009 23:26:22 +0000 (4 00:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2009 06:01:18 +0000 (3 22:01 -0800)
tree90b86a6c2c59bfbeb0b1b8516b18e407a4ba47a1
parent7f6fdea1198cd7599c25cf9435df8540e9378a15
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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/valgrind/analyze.sh [new file with mode: 0755]