blob: efe81ec2870a5d7ff70d4f7856e1a40423213280 [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001#! /bin/sh
2
3dir=`dirname $0`
4
5$dir/../tests/filter_stderr_basic |
sewardj1568e172011-06-18 08:28:04 +00006sed -e '/^Copyright (C) /d' \
7 \
8 -e '/TO DEBUG THIS PROCESS USING GDB/d' \
9 -e '/\/path\/to\/gdb/d' \
10 -e '/and then give GDB the following command/d' \
11 -e '/target remote |/d' \
12 -e '/pid is optional if only one valgrind process is running/d'