|
From: <sv...@va...> - 2009-07-14 06:31:35
|
Author: bart Date: 2009-07-14 07:31:26 +0100 (Tue, 14 Jul 2009) New Revision: 10448 Log: Updated filter after the modification of Valgrind's startup message in r10447. Modified: trunk/tests/filter_stderr_basic Modified: trunk/tests/filter_stderr_basic =================================================================== --- trunk/tests/filter_stderr_basic 2009-07-14 04:49:18 UTC (rev 10447) +++ trunk/tests/filter_stderr_basic 2009-07-14 06:31:26 UTC (rev 10448) @@ -23,7 +23,7 @@ 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" | |