gdbserver_tests: filter out new Missing rpms message
[valgrind.git] / memcheck / tests / filter_used_supp
blob98c7e9b3011b4efd66bedead9f7fce7cf6cba2ee
1 #! /bin/sh
3 # the usual stuff
4 ./filter_stderr "$@" |
6 # no suppressions from default
7 grep -v default\.supp |
9 # just the list of used suppressions
10 grep used_suppression |
12 # ignore the line numbers, allows having more than one stanza for the
13 # same kind of suppression (to accommodate Darwin using zones)
14 sed 's/:[0-9]*$//'