]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/lackey/tests/filter_stderr
Inital import
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / lackey / tests / filter_stderr
1 #! /bin/sh
2
3 dir=`dirname $0`
4
5 $dir/../../tests/filter_stderr_basic    |
6
7 # Remove "Lackey, ..." line and the following copyright line.
8 sed "/^Lackey, an example Valgrind tool/ , /./ d" |
9
10 # Filter all the numbers.
11 ../../tests/filter_numbers |
12
13 # Replace "call" with "calls"
14 sed "s/ call / calls /"