From 0a1bb6e9970786afdbb9fd7cff4fb863b737173c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 1 Aug 2012 09:45:40 +0000 Subject: [PATCH] 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 --- scripts/run-regression-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index 198355bd7..f0f3dde25 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -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