Skip to content

Commit 9969c6f

Browse files
committed
Video_V4L2_Runner already exits from all branches of the final overall
result block, so the trailing exit is dead code and triggers ShellCheck SC2317. Remove the unreachable exit without changing the testcase result flow, logging, or exit semantics. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
1 parent 5540e82 commit 9969c6f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • Runner/suites/Multimedia/Video/Video_V4L2_Runner

Runner/suites/Multimedia/Video/Video_V4L2_Runner/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,5 +1386,3 @@ else
13861386
printf '%s\n' "$TESTNAME FAIL" >"$RES_FILE"
13871387
exit 1
13881388
fi
1389-
1390-
exit "$suite_rc"

0 commit comments

Comments
 (0)