filter_stderr revision 4d598ebb28c9ab4482b7399e0b7d0022a8af5a4f
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, a binary JIT-compiler./ , /./ d" |
9
10# Remove the size in "The main thread stack size..." message.
11sed "s/The main thread stack size used in this run was [0-9]*/The main thread stack size used in this run was .../" |
12
13# Anonymise addresses
14$dir/../../tests/filter_addresses
15
16