Merge branch '12431-nm-delete-nic' refs #12431
[arvados.git] / build / run-tests.sh
index d8d4e3b62bc5312281a16dfc053e39d88965f191..81c6612ed54b44483c46c3309f42bddf843a5e7d 100755 (executable)
@@ -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