[ARVADOS] updated: 1.3.0-712-g79c34c270

Git user git at public.curoverse.com
Wed Apr 17 19:42:33 UTC 2019


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

       via  79c34c27034d447d3c7141b4f357a1e76e36f831 (commit)
      from  9f9e263d16dbd934754fa42375084478f5c74464 (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 79c34c27034d447d3c7141b4f357a1e76e36f831
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Wed Apr 17 15:42:03 2019 -0400

    Fix "failed" status leaking to subsequent attempt.
    
    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 a37a0f731..450f633d6 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -394,7 +394,7 @@ start_services() {
         return 0
     fi
     . "$VENVDIR/bin/activate"
-    echo 'Starting API, keepproxy, keep-web, ws, arv-git-httpd, and nginx ssl proxy...'
+    echo 'Starting API, controller, keepproxy, keep-web, arv-git-httpd, ws, and nginx ssl proxy...'
     if [[ ! -d "$WORKSPACE/services/api/log" ]]; then
 	mkdir -p "$WORKSPACE/services/api/log"
     fi
@@ -821,6 +821,7 @@ do_install_once() {
     title "install $1"
     timer_reset
 
+    result=
     if which deactivate >/dev/null; then deactivate; fi
     if [[ "$1" != "env" ]] && ! . "$VENVDIR/bin/activate"; then
         result=1

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list