blob: cba3fed84db8ab3b61a27f328b392fe74667c476 [file] [log] [blame]
#! /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 |
# Replace "call" with "calls"
sed "s/ call / calls /"