X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3854e6bfcd5344bce5ee0388248cb115e3c5e902..e951503aca74be84ea501d4316e38a662210b247:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index d8d4e3b62b..63c8801998 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -75,6 +75,7 @@ services/arv-git-httpd services/crunchstat services/dockercleaner services/fuse +services/health services/keep-web services/keepproxy services/keepstore @@ -477,7 +478,7 @@ pip freeze | grep -x llfuse==1.2.0 || ( yes | pip uninstall llfuse || true cython --version || fatal "no cython; try sudo apt-get install cython" cd "$temp" - (cd python-llfuse || git clone https://github.com/curoverse/python-llfuse) + (cd python-llfuse 2>/dev/null || git clone https://github.com/curoverse/python-llfuse) cd python-llfuse git checkout 620722fd990ea642ddb8e7412676af482c090c0c git checkout setup.py @@ -800,6 +801,7 @@ gostuff=( lib/crunchstat services/arv-git-httpd services/crunchstat + services/health services/keep-web services/keepstore sdk/go/keepclient