mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
Merge branch 'svn-trunk'
Conflicts: nightly/conf/nightly.conf
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user