X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4e517a7bb391f516d0b674d16caab0aa0dfca8ca..10487342564c21497c598d74e3988f4ca0e1434f:/build/run-tests.sh?ds=sidebyside diff --git a/build/run-tests.sh b/build/run-tests.sh index d8d4e3b62b..81c6612ed5 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -477,7 +477,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