From: Nico Cesar Date: Wed, 26 Aug 2020 20:34:07 +0000 (-0400) Subject: major search and replace from python to python3 X-Git-Tag: 2.1.0~75^2~8 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/add09f355520b2bd1214b8c74d5a8d6c8e76dc88 major search and replace from python to python3 refs #15888 Arvados-DCO-1.1-Signed-off-by: Nico Cesar --- diff --git a/build/run-library.sh b/build/run-library.sh index 528d69d998..bbc1048a4a 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -1,4 +1,4 @@ -#!/bin/bash -xe +#!/bin/bash -e # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: AGPL-3.0 diff --git a/build/run-tests.sh b/build/run-tests.sh index 7bc023f0b6..f83b045dce 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -478,7 +478,6 @@ interrupt() { trap interrupt INT setup_ruby_environment() { - set -x if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then source "$HOME/.rvm/scripts/rvm" using_rvm=true @@ -939,7 +938,7 @@ install_services/api() { if [[ ! -e "$cert.pem" || "$(date -r "$cert.pem" +%s)" -lt 1512659226 ]]; then ( dir="$WORKSPACE/services/api/tmp" - set -ex + set -e openssl req -newkey rsa:2048 -nodes -subj '/C=US/ST=State/L=City/CN=localhost' -out "$cert.csr" -keyout "$cert.key"