blob: 08d4fc0d825338876cd06c4ccbd1d7692cdcc5c1 [file] [log] [blame]
#! /bin/sh
dir=`dirname $0`
$dir/../../tests/filter_stderr_basic |
# Remove "Massif, ..." line and the following copyright line.
sed "/^Massif, a space profiler./ , /./ d" |
# Remove numbers from all lines
sed "s/\([a-zA-Z(): ]*\)[ 0-9\.,()+rdw]*\(%\|ms.B\)$/\1/"