Lines Matching +full:check +full:- +full:shellcheck
16 local check
22 # shellcheck disable=SC2155
27 while read -r -u $fd line; do
30 if [ -n "${testname}" ]; then
31 …ame" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeou…
36 # Intentionally don't use -append if test_args is empty
38 # -append as a kernel parameter instead of a command
45 check=""
57 while read -r -u $fd; do
79 elif [[ $line =~ ^check\ *=\ *(.*)$ ]]; then
80 check=${BASH_REMATCH[1]}
89 if [ -n "${testname}" ]; then
90 …ame" "$groups" "$smp" "$kernel" "$test_args" "$opts" "$arch" "$machine" "$check" "$accel" "$timeou…
92 exec {fd}<&-
101 # file. Shellcheck can't follow this so help it out. There doesn't appear to be a
105 if [ -f "${ARCH_FUNC}" ]; then
106 # shellcheck source=scripts/s390x/func.bash