Home
last modified time | relevance | path

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

/kvm-unit-tests/scripts/
H A Druntime.bash72 function find_word() function
98 if [ -n "$only_tests" ] && ! find_word "$testname" "$only_tests"; then
102 if [ -n "$only_group" ] && ! find_word "$only_group" "$groups"; then
106 if [ -z "$GEN_SE_HEADER" ] && find_word "pv-host" "$groups"; then
111 if [ -z "$only_group" ] && find_word nodefault "$groups" &&
172 if find_word "migration" "$groups"; then
175 if find_word "panic" "$groups"; then
/kvm-unit-tests/
H A Drun_tests.sh172 if [ -n "$only_group" ] && ! find_word "$only_group" "$groups"; then