Un-break regtests (again)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3209
This commit is contained in:
Julian Seward 2004-12-20 05:44:49 +00:00
parent 00fab1f97d
commit a2bac50f58

View File

@ -11,7 +11,7 @@ sed "s/\(==\|--\|\+\+\|\*\*\)[0-9]\{1,5\}\1 //" |
sed "/^Using valgrind-.*, a dynamic binary instrumentation framework/ , /./ d" |
# ... and also remove the "Using LibVEX..." line and the one after it.
sed "/^Using LibVEX-.*, a library for dynamic binary translation/ , /./ d" |
sed "/^Using LibVEX rev .*, a library for dynamic binary translation/ , /./ d" |
# Remove other introductory lines
sed "/Estimated CPU clock rate is [0-9]* MHz/d" |