|
From: <sv...@va...> - 2012-07-05 16:21:56
|
bart 2012-07-05 17:21:49 +0100 (Thu, 05 Jul 2012)
New Revision: 12713
Log:
drd/tests/filter_stderr: Remove a space and two backslashes
Modified files:
trunk/drd/tests/filter_stderr
Modified: trunk/drd/tests/filter_stderr (+1 -1)
===================================================================
--- trunk/drd/tests/filter_stderr 2012-07-05 14:26:07 +01:00 (rev 12712)
+++ trunk/drd/tests/filter_stderr 2012-07-05 17:21:49 +01:00 (rev 12713)
@@ -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[0-9]*\/ld-[0-9.]*\.so\)$/d' \
+-e '/^ by 0x[0-9a-fA-F]*: process_dl_debug (in \/lib[0-9]*\/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
|