blob: a80883ead09787ae8eb2887296e58e6a470a85c9 [file] [log] [blame]
sewardj3b290482011-05-06 21:02:55 +00001#! /bin/sh
2
3dir=`dirname $0`
4
5$dir/../tests/filter_stderr_basic |
florian3b4ef112014-07-27 12:24:46 +00006perl -0777 -p -e 's/error 4 Interrupted system call\nVG_\(poll\) failed \(old kernel \?\) retrying .*\n//g' |
sewardj1568e172011-06-18 08:28:04 +00007sed -e '/^Copyright (C) /d' \
8 \
9 -e '/TO DEBUG THIS PROCESS USING GDB/d' \
10 -e '/\/path\/to\/gdb/d' \
11 -e '/and then give GDB the following command/d' \
12 -e '/target remote |/d' \
mjwc7a2d532015-08-26 10:27:19 +000013 -e '/pid is optional if only one valgrind process is running/d' \
14 -e '/warning: remote target does not support file transfer, attempting to access files from local filesystem./d'