Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh136 n_bugs=`grep -E -c '\bBUG|Oops:' $file`
137 if test "$n_bugs" -ne 0
139 summary="$summary Bugs: $n_bugs"
144 if test "$n_bugs" = "$n_kcsan"