Home
last modified time | relevance | path

Searched refs:n_warn (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh133 n_warn=`grep -v 'Warning: unable to open an initial console' $file | egrep -c 'WARNING:|Warn'`
134 if test "$n_warn" -ne 0
136 summary="$summary Warnings: $n_warn"