Skip to content

Commit 1ddfc7b

Browse files
committed
benchmark-dockerized.sh: don't redundantly install gotestsum
this is handled centrally by make test which is called by make test-integration which this script calls only make test's implementation actually calls gotestsum, and it also handles installing if needed
1 parent 8898868 commit 1ddfc7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/jenkins/benchmark-dockerized.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ if [ -n "${KUBE_HACK_TOOLS_GOTOOLCHAIN:-}" ]; then
4848
hack_tools_gotoolchain="${KUBE_HACK_TOOLS_GOTOOLCHAIN}";
4949
fi
5050
GOTOOLCHAIN="${hack_tools_gotoolchain}" go -C "${KUBE_ROOT}/hack/tools" install github.com/cespare/prettybench
51-
GOTOOLCHAIN="${hack_tools_gotoolchain}" go -C "${KUBE_ROOT}/hack/tools" install gotest.tools/gotestsum
5251

5352
# Disable the Go race detector.
5453
export KUBE_RACE=" "

0 commit comments

Comments
 (0)