From: Bart Van Assche Date: Tue, 14 Jul 2009 06:31:26 +0000 (+0000) Subject: Updated filter after the modification of Valgrind's startup message in r10447. X-Git-Tag: svn/VALGRIND_3_5_0~399 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f3866629fcb6eac2db8b6462404a088e5fe3860;p=thirdparty%2Fvalgrind.git Updated filter after the modification of Valgrind's startup message in r10447. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10448 --- diff --git a/tests/filter_stderr_basic b/tests/filter_stderr_basic index 227f1c74d8..a7b2e7413c 100755 --- a/tests/filter_stderr_basic +++ b/tests/filter_stderr_basic @@ -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" |