mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 05:31:28 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user