Update shellcheck version (0.7.1 -> 0.7.2) and fix findings

This commit is contained in:
Oscar Utbult
2022-11-01 20:13:18 +01:00
parent 9b72f20156
commit 421f142ffc
3 changed files with 4 additions and 3 deletions

View File

@@ -140,6 +140,7 @@ eval "testargs=(${KUBE_TEST_ARGS:-})"
# Used to filter verbose test output.
go_test_grep_pattern=".*"
goflags=()
# The junit report tool needs full test case information to produce a
# meaningful report.
if [[ -n "${KUBE_JUNIT_REPORT_DIR}" ]] ; then