]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
drd/tests/filter_stderr: Don't touch XML tags
authorBart Van Assche <bvanassche@acm.org>
Thu, 13 Oct 2011 16:30:05 +0000 (16:30 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 13 Oct 2011 16:30:05 +0000 (16:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12142

drd/tests/filter_stderr

index 33c875657e37d353cdc7d5b43970692608ce303a..4e8294051bd7b1fe4ea72dbb75859589f902f0d4 100755 (executable)
@@ -25,7 +25,7 @@ sed \
 -e "s/[A-Za-z_]* (in [^ ]*libpthread-[0-9.]*\.so)/(within libpthread-?.?.so)/" \
 -e "s:(within /lib[0-9]*/ld-[0-9.]*\.so):(within ld-?.?.so):" \
 -e "s/was held during [0-9][0-9]*/was held during .../" \
--e "s: BSS section of .*/: BSS section of :g" \
+-e "s: BSS section of [^<]*/: BSS section of :g" \
 -e "s: vc \[[ ,:0-9]*\]: vc ...:g" \
 -e "s/[@\$*]* (drd_pthread_intercepts.c:/ (drd_pthread_intercepts.c:/" \
 -e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \