installing github.com/jstemmer/go-junit-report

pull/564/head
Krzysztof Siedlecki 2019-02-05 13:30:01 +01:00
parent 491c000eeb
commit 4384845ec5
2 changed files with 2 additions and 2 deletions

View File

@ -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 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.
export KUBE_RACE=-race

View File

@ -33,7 +33,7 @@ retry() {
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.
export KUBE_RACE=-race