Merge pull request #13938 from jlowdermilk/fix-hack-test-go

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2015-09-14 20:48:00 -07:00
commit c55cc2c68c

View File

@ -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)"
}