X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6d1c41d6fd83824669cd1a6d714ea6da1ae7ab4c..d087ef17a59688c8e38c3c72192f295d8bca28c2:/services/workbench2/tools/run-integration-tests.sh diff --git a/services/workbench2/tools/run-integration-tests.sh b/services/workbench2/tools/run-integration-tests.sh index ece13cae18..ab7af4b601 100755 --- a/services/workbench2/tools/run-integration-tests.sh +++ b/services/workbench2/tools/run-integration-tests.sh @@ -97,9 +97,9 @@ fi if [ ! -x ${GOPATH:-${HOME}/go}/bin/arvados-server ]; then echo "Building & installing arvados-server..." cd ${ARVADOS_DIR} - go mod download || exit 1 + GOFLAGS=-buildvcs=false go mod download || exit 1 cd cmd/arvados-server - go install + GOFLAGS=-buildvcs=false go install cd - echo "Installing dev dependencies..." @@ -148,4 +148,4 @@ echo "Running tests..." CYPRESS_system_token=systemusertesttoken1234567890aoeuidhtnsqjkxbmwvzpy \ CYPRESS_controller_url=${controllerURL} \ CYPRESS_BASE_URL=https://127.0.0.1:${WB2_PORT} \ - yarn run cypress ${CYPRESS_MODE} + yarn run cypress ${CYPRESS_MODE} "$@"