X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3826a6339ba1c901c054053920ed20547b3ba54d..8e2a634e2b0ef180f30db5322233244b142f93f6:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index ec3c463770..d18250a95a 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -74,6 +74,7 @@ doc lib/cli lib/cmd lib/crunchstat +lib/dispatchcloud services/api services/arv-git-httpd services/crunchstat @@ -532,6 +533,7 @@ pip freeze 2>/dev/null | egrep ^PyYAML= \ # won't pick it up by default. pip freeze 2>/dev/null | egrep ^apache-libcloud==$LIBCLOUD_PIN \ || pip install --pre --ignore-installed https://github.com/curoverse/libcloud/archive/apache-libcloud-$LIBCLOUD_PIN.zip >/dev/null \ + || pip install apache-libcloud>=$LIBCLOUD_PIN >/dev/null \ || fatal "pip install apache-libcloud failed" # We need an unreleased (as of 2017-08-17) llfuse bugfix, otherwise our fuse test suite deadlocks. @@ -780,19 +782,7 @@ do_install sdk/ruby ruby_sdk install_R_sdk() { cd "$WORKSPACE/sdk/R" \ - && R --quiet --vanilla <