X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/da3b350bf378bf40f932227b2aad5c232556fac9..a3851eec63fb52c1f8121395d0092f4aff25405f:/build/run-tests.sh 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