Updated filter after the modification of Valgrind's startup message in r10447.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10448
This commit is contained in:
Bart Van Assche 2009-07-14 06:31:26 +00:00
parent 9398df7628
commit 1f3866629f

View File

@ -23,7 +23,7 @@ sed "/^WARNING: assuming toc 0x*/d" |
sed "/^Using valgrind-.*, a dynamic binary instrumentation framework/ , /./ d" |
# ... and also remove the "Using LibVEX..." line and the one after it.
sed "/^Using LibVEX rev .*, a library for dynamic binary translation/ , /./ d" |
sed "/^Using LibVEX, a library for dynamic binary translation/ , /./ d" |
# Remove other introductory lines
sed "/Estimated CPU clock rate is [0-9]* MHz/d" |