nightly build: Report smatch informational messages too

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4445 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-08-01 09:45:40 +00:00
parent fe9902a67a
commit 0a1bb6e997

View File

@@ -384,7 +384,7 @@ function run_smatch {
local warnings=$(grep -c ' warning:' "${outputfile}")
echo "${errors} errors / ${warnings} warnings."
cat "${outputfile}" |
grep -E 'warning:|error:' |
grep -E ' info:| warning:| error:' |
sort |
uniq -c
else