mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Switch to json test output
This commit is contained in:
@@ -39,7 +39,7 @@ retry() {
|
||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
||||
|
||||
go install k8s.io/kubernetes/vendor/github.com/cespare/prettybench
|
||||
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
|
||||
go install k8s.io/kubernetes/vendor/gotest.tools/gotestsum
|
||||
|
||||
# Disable the Go race detector.
|
||||
export KUBE_RACE=" "
|
||||
|
@@ -32,7 +32,7 @@ export PATH=${GOPATH}/bin:${HOME}/third_party/etcd:/usr/local/go/bin:${PATH}
|
||||
|
||||
# Install a few things needed by unit and /integration tests.
|
||||
command -v etcd &>/dev/null || ./hack/install-etcd.sh
|
||||
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
|
||||
go install k8s.io/kubernetes/vendor/gotest.tools/gotestsum
|
||||
|
||||
# Enable the Go race detector.
|
||||
export KUBE_RACE=-race
|
||||
|
@@ -37,7 +37,7 @@ retry() {
|
||||
|
||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
||||
|
||||
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
|
||||
go install k8s.io/kubernetes/vendor/gotest.tools/gotestsum
|
||||
|
||||
# Enable the Go race detector.
|
||||
export KUBE_RACE=-race
|
||||
|
Reference in New Issue
Block a user