[ARVADOS-DEV] updated: e52b761b16170faf94bad9dd407cbd3238bf371b

git at public.curoverse.com git at public.curoverse.com
Mon Nov 24 21:14:06 EST 2014


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

       via  e52b761b16170faf94bad9dd407cbd3238bf371b (commit)
      from  bcbbd1e9d64d4527644072364a267eca13af434d (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 e52b761b16170faf94bad9dd407cbd3238bf371b
Author: Tom Clegg <tom at curoverse.com>
Date:   Mon Nov 24 21:14:00 2014 -0500

    Ignore failure at "easy_install *.egg". refs #4400

diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh
index 82c45db..ad8e9f6 100755
--- a/jenkins/run-tests.sh
+++ b/jenkins/run-tests.sh
@@ -227,7 +227,7 @@ do_test() {
            # .egg files that setup.py downloads.
            cd "$WORKSPACE/$1" \
                 && HOME="$GEMHOME" python setup.py test ${testargs[$1]} \
-                && easy_install *.egg
+                && (easy_install *.egg || true)
         else
             "test_$1"
         fi

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list