16029: Updates Dockerfile to build a seeded image with arvados boot deps.
[arvados-workbench2.git] / tools / run-integration-tests.sh
index 399354cf8c3399017e7598a545581634f12f9b74..0b582e16a3725c8873aed2de16c34dacce8bf416 100755 (executable)
@@ -28,7 +28,7 @@ cd ${WORKDIR}
 go mod download || exit 1
 
 echo "Installing dev dependencies..."
-sudo go run ./cmd/arvados-server install -type test || exit 1
+go run ./cmd/arvados-server install -type test || exit 1
 
 echo "Running arvados in test mode..."
 ARVADOS_PORT=`random_free_port`