From f090f59a48ae28db44f483b69383362c68f2a368 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 12 Aug 2012 08:44:59 +0000 Subject: [PATCH] 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 --- scripts/run-regression-tests | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index dfad4a402..d3fd337a0 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -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