X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c1cf71ba704247fd635ce49fde9f0bc8106512d8..da77af55002ffc7581048f70b17ffc3c46bf86b0:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index 3cf96f3b4a..a46f2ec766 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -672,6 +672,7 @@ install_env() { cd "$GOPATH/src/git.curoverse.com/arvados.git" go get -v -d ... "$GOPATH/bin/govendor" sync + which goimports >/dev/null || go get golang.org/x/tools/cmd/goimports ) || fatal "Go setup failed" setup_virtualenv "$VENVDIR" --python python2.7 @@ -943,6 +944,7 @@ install_services/login-sync() { } install_services/api() { + stop_services cd "$WORKSPACE/services/api" \ && RAILS_ENV=test bundle_install_trylocal