Enter /go/src/k8s.io/kubernetes before building/running tests

Also print godep version after installing it.
This commit is contained in:
Jeff Grafton 2016-03-18 11:19:00 -07:00
parent 0a28a38110
commit 0d65d310fe

View File

@ -26,7 +26,7 @@ set -o xtrace
export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
go get github.com/tools/godep
go get github.com/tools/godep && godep version
go get github.com/jstemmer/go-junit-report
# godep v59+ has issues with our GOPATH munging, so pin to v58 for now.
@ -50,6 +50,8 @@ export KUBE_TIMEOUT='-timeout 300s'
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
export LOG_LEVEL=4
cd /go/src/k8s.io/kubernetes
./hack/build-go.sh
godep go install ./...
./hack/install-etcd.sh