Skip to content

Commit 8d96d88

Browse files
committed
fix: runner warning disable shellcheck
1 parent f1f62e9 commit 8d96d88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ function runner::run_test() {
294294
exec 3>&1
295295

296296
local test_execution_result=$(
297+
# shellcheck disable=SC2064
297298
# shellcheck disable=SC2154
298299
trap "
299300
exit_code=\$?

0 commit comments

Comments
 (0)