This causes shellcheck to stop complaining about these include statements.
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
unset DESCRIPTION QUICK TIMED requires device_requires test test_device
+ # shellcheck disable=SC1090
if ! . "tests/${test_name}"; then
return 1
fi
CHECK_DMESG=1
DMESG_FILTER=cat
+ # shellcheck disable=SC1090
. "tests/${TEST_NAME}"
if declare -fF test >/dev/null; then
local tests=("$@")
local group="${tests[0]%/*}"
+ # shellcheck disable=SC1090
. "tests/${group}/group"
if declare -fF group_requires >/dev/null && ! group_requires; then