repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FreeBSD regtest: add missing helgrind expecteds
[valgrind.git]
/
helgrind
/
tests
/
filter_bug392331
blob
9cbd5d04e2e5ac7e348bf83e14cab323aeb61392
1
#! /bin/sh
2
3
# at least on fedora 3{6|7} the first stanza contains
4
# by 0x........: pthread_cond_signal (hg_intercepts.c:...)
5
# ...
6
# but on rhel 7.6 at least there is no ellipsis
7
# To make life easier, filter all of them not just the first
8
9
.
/
filter_stderr
"$@"
|
10
11
sed
'/^ \.\.\./d'
12