1#! /bin/sh
2
3dir=`dirname $0`
4
5$dir/../../tests/filter_stderr_basic |
6
7# Remove "Nulgrind, ..." line and the following copyright line.
8sed "/^Nulgrind, the minimal Valgrind tool/ , /./ d" |
9
10# Anonymise addresses
11$dir/../../tests/filter_addresses
12
13