Do not error out in the integration test cleanup function.
[arvados-workbench2.git] / tools / run-integration-tests.sh
index 09cb25188f77a89819451bf6bac6025d1e4e67d2..140de3c8ad2fcbcf9c7bce5ba0e7d7c91bfe8c77 100755 (executable)
@@ -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