Lines Matching full:if
15 # We assume that QEMU is going to work if it tried to load the kernel
65 if [ -z "$reason" ]; then
90 if [ "${CONFIG_EFI}" == "y" ]; then
94 if [ -z "$testname" ]; then
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" &&
117 if [ -n "$arch" ] && [ "$arch" != "$ARCH" ]; then
122 if [ -n "$machine" ] && [ -n "$MACHINE" ] && [ "$machine" != "$MACHINE" ]; then
129 if [ -n "$accel" ] && [ -n "$ACCEL" ] && [[ ! "$ACCEL" =~ ^$accel(,|$) ]]; then
139 if [ "$check" ]; then
146 if ! [ -f "$path" ] || [ "$(cat $path)" != "$value" ]; then
155 if [ "${CONFIG_EFI}" == "y" ]; then
156 if [ "$ARCH" == "x86_64" ] &&
165 if [ ${skip} == true ]; then
172 if find_word "migration" "$groups"; then
175 if find_word "panic" "$groups"; then
178 if [ "$verbose" = "yes" ]; then
190 if [ $ret -eq 0 ]; then
196 if [ "$tap_output" = "yes" ]; then
202 if [ "$tap_output" = "yes" ]; then
221 if smp=$($RUNTIME_arch_run _NO_FILE_4Uhere_ -smp $MAX_SMP |& grep 'SMP CPUs'); then