Searched refs:n_warn (Results 1 – 1 of 1) sorted by relevance
130 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'`131 if test "$n_warn" -ne 0133 summary="$summary Warnings: $n_warn"