|
From: <sv...@va...> - 2011-03-05 15:43:01
|
Author: bart Date: 2011-03-05 15:42:44 +0000 (Sat, 05 Mar 2011) New Revision: 11593 Log: DRD: Filter out PID from the semaphore name in the regression test output. Modified: trunk/drd/tests/filter_stderr Modified: trunk/drd/tests/filter_stderr =================================================================== --- trunk/drd/tests/filter_stderr 2011-03-05 15:14:50 UTC (rev 11592) +++ trunk/drd/tests/filter_stderr 2011-03-05 15:42:44 UTC (rev 11593) @@ -31,6 +31,7 @@ -e "s/ (\([a-zA-Z_]*\.c\):[0-9]*)/ (\1:?)/" \ -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 "/^For counts of detected and suppressed errors, rerun with: -v$/d" | # Remove the message that more than hundred errors have been detected |