[ARVADOS] updated: d86fcaa1c16c1acf8dc78ceda395b4519fadea35

Git user git at public.curoverse.com
Tue Sep 26 16:30:43 EDT 2017


Summary of changes:
 build/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d86fcaa1c16c1acf8dc78ceda395b4519fadea35 (commit)
      from  0017c5ba7d966af1ea3a673f02f0f4102b34ff61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d86fcaa1c16c1acf8dc78ceda395b4519fadea35
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Tue Sep 26 16:29:42 2017 -0400

    Suppress superfluous error message.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index d8d4e3b..81c6612 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list