|
From: <sv...@va...> - 2012-07-02 18:47:52
|
bart 2012-07-02 19:47:44 +0100 (Mon, 02 Jul 2012)
New Revision: 12700
Log:
drd/tests: Follow-up for r12690
Modified files:
trunk/drd/tests/filter_stderr
Modified: trunk/drd/tests/filter_stderr (+1 -1)
===================================================================
--- trunk/drd/tests/filter_stderr 2012-07-02 16:03:29 +01:00 (rev 12699)
+++ trunk/drd/tests/filter_stderr 2012-07-02 19:47:44 +01:00 (rev 12700)
@@ -32,7 +32,7 @@
-e "s/ (\([a-zA-Z_]*\.h\):[0-9]*)/ (\1:?)/" \
-e "s/ (\([a-zA-Z_]*\.cpp\):[0-9]*)/ (\1:?)/" \
-e "s/\( name [^ ]*\)-[0-9]*\( oflag \)/\1\2/" \
--e '/^ by 0x[0-9a-fA-F]*: process_dl_debug \(in \/lib.*\/ld-[0-9.]*\.so\)$/d' \
+-e '/^ by 0x[0-9a-fA-F.]*: process_dl_debug \(in \/lib.*\/ld-[0-9.]*\.so\)$/d' \
-e "/^For counts of detected and suppressed errors, rerun with: -v$/d" |
# Remove the message that more than hundred errors have been detected
|