ShellCheck - shell script analysis tool version: 0.11.0 license: GNU General Public License, version 3 website: https://www.shellcheck.net Redirect to /tmp/tmp.gxIC8rOFfR and /tmp/tmp.1w4aQ76nwm Tree base: 3e7336aa55fa ("selftests: rds: Increase selftest timeout") Now at: 7b6efb700a46 ("selftests: rds: Update USAGE string for run.sh") ====== Checking before the patch ====== Checking tools/testing/selftests/net/rds/run.sh - 694526102b267d7588a65f11c0c71e206e1ab4d854c825292ab540f080b1f696 In run.sh line 18: source "$build_include" ^--------------^ SC1090 (warning): ShellCheck can't follow non-constant source. Use a directive to specify location. In run.sh line 19: build_dir="$mk_build_dir" ^-----------^ SC2154 (warning): mk_build_dir is referenced but not assigned. For more information: https://www.shellcheck.net/wiki/SC1090 -- ShellCheck can't follow non-const... https://www.shellcheck.net/wiki/SC2154 -- mk_build_dir is referenced but no... ====== Checking the tree with the patch ====== Checking tools/testing/selftests/net/rds/run.sh - 694526102b267d7588a65f11c0c71e206e1ab4d854c825292ab540f080b1f696 In run.sh line 18: source "$build_include" ^--------------^ SC1090 (warning): ShellCheck can't follow non-constant source. Use a directive to specify location. In run.sh line 19: build_dir="$mk_build_dir" ^-----------^ SC2154 (warning): mk_build_dir is referenced but not assigned. For more information: https://www.shellcheck.net/wiki/SC1090 -- ShellCheck can't follow non-const... https://www.shellcheck.net/wiki/SC2154 -- mk_build_dir is referenced but no...