Merge branch 'svn-trunk'

Conflicts:
	nightly/conf/nightly.conf
This commit is contained in:
Bart Van Assche
2015-06-27 22:21:52 -07:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
config SCST_ISER
tristate "iSER Target Driver"
depends on SCST && SCST_ISCSI
depends on SCST && SCST_ISCSI && INFINIBAND
default SCST
help
ISER target driver for SCST framework. The iSCSI iSER extension

View File

@@ -19,7 +19,7 @@ ABT_KERNELS=" \
3.7.10-nc \
3.6.11-nc \
3.5.7-nc \
3.4.107-nc \
3.4.108-nc \
3.3.8-nc \
3.2.67-nc \
3.1.10-nc \

View File

@@ -391,7 +391,7 @@ function run_smatch {
echo "${errors} errors / ${warnings} warnings."
cat "${outputfile}" |
grep -E ' info:| warning:| error:' |
sed 's/^\([^:]*\):[0-9:]* /\1: /' |
sed 's/^\([^:]*\):[0-9:]* /\1: /;s/\((see line \)[0-9]*\()\)/\1...\2/' |
sort |
uniq -c
else