[ARVADOS-WORKBENCH2] updated: 1.4.1-447-gc0f171c6

Git user git at public.arvados.org
Mon Sep 28 17:55:50 UTC 2020


Summary of changes:
 tools/run-integration-tests.sh | 1 +
 1 file changed, 1 insertion(+)

       via  c0f171c6612dc5afae0c24a93673e454fcd73909 (commit)
      from  33c03ae3c79936cc1a69129f07fba33fe2d28fd8 (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 c0f171c6612dc5afae0c24a93673e454fcd73909
Author: Ward Vandewege <ward at curii.com>
Date:   Mon Sep 28 13:55:06 2020 -0400

    Do not error out in the integration test cleanup function.
    
    refs #16919
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/tools/run-integration-tests.sh b/tools/run-integration-tests.sh
index 09cb2518..140de3c8 100755
--- a/tools/run-integration-tests.sh
+++ b/tools/run-integration-tests.sh
@@ -7,6 +7,7 @@ set -e -o pipefail
 
 cleanup() {
     set -x
+    set +e +o pipefail
     kill ${arvboot_PID} ${consume_stdout_PID} ${wb2_PID} ${consume_wb2_stdout_PID}
     wait ${arvboot_PID} ${consume_stdout_PID} ${wb2_PID} ${consume_wb2_stdout_PID} || true
     if [ "${CLEANUP_ARVADOS_DIR}" -eq "1" ]; then

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list