mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
remove unneccessary echo in hack/test-go.sh
This commit is contained in:
parent
8189460809
commit
1f71ac8c17
@ -136,7 +136,7 @@ junitFilenamePrefix() {
|
||||
return
|
||||
fi
|
||||
mkdir -p "${KUBE_JUNIT_REPORT_DIR}"
|
||||
local KUBE_TEST_API_NO_SLASH=echo "${KUBE_TEST_API//\//-}"
|
||||
local KUBE_TEST_API_NO_SLASH="${KUBE_TEST_API//\//-}"
|
||||
echo "${KUBE_JUNIT_REPORT_DIR}/junit_${KUBE_TEST_API_NO_SLASH}_$(kube::util::sortable_date)"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user