aboutsummaryrefslogtreecommitdiff
path: root/lackey/tests/filter_stderr
blob: b3df7f2af3c1e76562ddccd35433cf39092c64b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

dir=`dirname $0`

$dir/../../tests/filter_stderr_basic    |

# Remove "Lackey, ..." line and the following copyright line.
sed "/^Lackey, an example Valgrind tool./ , /./ d" |

# Filter all the numbers.
../../tests/filter_numbers