X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frtd-verify.sh;fp=shell%2Frtd-verify.sh;h=61c1974e135fd9adf7d8ead4921e9a519e19ee2c;hb=338c1a22f1e7eccd2224b1d9bc72cdd7ae55ebff;hp=bddc23bde0ac919d1297db731956471160162f47;hpb=0116521b32584814cbd2ad9f1dd84bfbe4fd381b;p=releng%2Fglobal-jjb.git diff --git a/shell/rtd-verify.sh b/shell/rtd-verify.sh index bddc23bd..61c1974e 100644 --- a/shell/rtd-verify.sh +++ b/shell/rtd-verify.sh @@ -11,8 +11,8 @@ echo "---> rtd-verify.sh" # Ensure we fail the job if any steps fail. -# DO NOT set -u as virtualenv's activate script has unbound variables -set -e -o pipefail +# DO NOT set -u +set -xe -o pipefail echo "---> Fetching project" if [ "$GERRIT_PROJECT" != "$PROJECT" ]; then