Searched refs:n_warn (Results 1 – 1 of 1) sorted by relevance
131 n_warn=`grep -v 'Warning: unable to open an initial console' $file | grep -v 'Warning: Failed to add ttynull console. No stdin, stdout, and stderr for the init process' | grep -E -c 'WARNING:|Warn'`132 if test "$n_warn" -ne 0134 summary="$summary Warnings: $n_warn"