nightly build: Reduce noice in smatch output diffs

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4466 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-08-12 08:44:59 +00:00
parent f0df328198
commit f090f59a48

View File

@@ -381,6 +381,7 @@ function run_smatch {
echo "${errors} errors / ${warnings} warnings."
cat "${outputfile}" |
grep -E ' info:| warning:| error:' |
sed 's/^\([^:]*\):[0-9:]* /\1: /' |
sort |
uniq -c
else