Skip to content

Commit 5540e82

Browse files
committed
fastrpc_test keeps a small log_debug() helper for optional verbose debug
use, but ShellCheck flags it with SC2317 because it is not exercised in the normal visible path. Add a narrow SC2317 suppression for the helper without changing the current test flow or runtime behavior. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
1 parent 2fde3ea commit 5540e82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Runner/suites/Multimedia/CDSP/fastrpc_test

Runner/suites/Multimedia/CDSP/fastrpc_test/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ cd "$test_path" || {
119119
}
120120

121121
# -------------------- Helpers --------------------
122+
# shellcheck disable=SC2317 # Helper kept for optional debug use.
122123
log_debug() { [ "$VERBOSE" -eq 1 ] && log_info "[debug] $*"; }
123124

124125
cmd_to_string() {

0 commit comments

Comments
 (0)