X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3854e6bfcd5344bce5ee0388248cb115e3c5e902..91c8ec8048ac1c99d47c32c20693b06b8d307446:/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