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