mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
installing github.com/jstemmer/go-junit-report
This commit is contained in:
parent
491c000eeb
commit
4384845ec5
@ -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.
|
# Install a few things needed by unit and /integration tests.
|
||||||
command -v etcd &>/dev/null || ./hack/install-etcd.sh
|
command -v etcd &>/dev/null || ./hack/install-etcd.sh
|
||||||
go get -u github.com/jstemmer/go-junit-report
|
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
|
||||||
|
|
||||||
# Enable the Go race detector.
|
# Enable the Go race detector.
|
||||||
export KUBE_RACE=-race
|
export KUBE_RACE=-race
|
||||||
|
@ -33,7 +33,7 @@ retry() {
|
|||||||
|
|
||||||
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
|
||||||
|
|
||||||
retry go get github.com/jstemmer/go-junit-report
|
go install k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
|
||||||
|
|
||||||
# Enable the Go race detector.
|
# Enable the Go race detector.
|
||||||
export KUBE_RACE=-race
|
export KUBE_RACE=-race
|
||||||
|
Loading…
Reference in New Issue
Block a user