Task #37648 - added.err

back to task #37648
download
Error: SHELLCHECK_WARNING (CWE-398):
/usr/share/buildah/test/system/helpers.bash:310:5: error[SC1073]: Couldn't parse this case item. Fix to allow more checks.
#  308|           [12][0-9][0-9])  expected_rc=$1; shift;;
#  309|           '?')             expected_rc=  ; shift;;  # ignore exit code
#  310|->     local cmd="$*"
#  311|       echo "$_LOG_PROMPT $cmd"
#  312|       #run -0 "$@"

Error: SHELLCHECK_WARNING (CWE-398):
/usr/share/buildah/test/system/helpers.bash:310:11: error[SC1072]: Expected ) to open a new case item. Fix any mentioned problems and try again.
#  308|           [12][0-9][0-9])  expected_rc=$1; shift;;
#  309|           '?')             expected_rc=  ; shift;;  # ignore exit code
#  310|->     local cmd="$*"
#  311|       echo "$_LOG_PROMPT $cmd"
#  312|       #run -0 "$@"

Error: SHELLCHECK_WARNING:
/usr/share/buildah/test/system/helpers.bash:310:11: error[SC1085]: Did you forget to move the ;; after extending this case item?
#  308|           [12][0-9][0-9])  expected_rc=$1; shift;;
#  309|           '?')             expected_rc=  ; shift;;  # ignore exit code
#  310|->     local cmd="$*"
#  311|       echo "$_LOG_PROMPT $cmd"
#  312|       #run -0 "$@"

Error: SHELLCHECK_WARNING (CWE-156):
/usr/share/buildah/test/system/test_runner.sh:15:22: warning[SC2046]: Quote this to prevent word splitting.
#   13|   
#   14|   # Run the tests.
#   15|-> execute time bats -j $(nproc) --tap "${@:-.}" --filter "\"mkcw\""