blob: f48293e24a84ad974172c6de58d62c4a93ac9b5b [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001#! /bin/sh
2
nethercotebfd20192004-10-19 18:54:11 +00003dir=`dirname $0`
4
njnb9c427c2004-12-01 14:14:42 +00005$dir/../../tests/filter_stderr_basic |
6
njne5f57692005-03-13 21:40:26 +00007# Remove "Nulgrind, ..." line and the following copyright line.
njncab64bc2009-08-12 00:14:44 +00008sed "/^Nulgrind, the minimal Valgrind tool/ , /./ d" |
njnb9c427c2004-12-01 14:14:42 +00009
sewardjb5f6f512005-03-10 23:59:00 +000010# Anonymise addresses
11$dir/../../tests/filter_addresses
12