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.fvGIa7EBmE and /tmp/tmp.xBX0EzzgbC Tree base: 626289a2f1fc ("selftests: rds: Fix pylint warnings") Now at: 4f9b8b0a2ab5 ("selftests: rds: Add ksft timeout") ====== 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...