X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.jjb-test%2Fexpected-xml%2Fgithub-python-tox-verify-master;h=c3c0fedaa54bb58b6361eb0adfc7137427340433;hb=4c47edee502585d83b3b1f52a3eb611083383a73;hp=b70191750b1c99f9b82f5e5a6575bec34e623e21;hpb=3577c6f3469752c9ff64742002a5b235d774001b;p=releng%2Fglobal-jjb.git diff --git a/.jjb-test/expected-xml/github-python-tox-verify-master b/.jjb-test/expected-xml/github-python-tox-verify-master index b7019175..c3c0feda 100644 --- a/.jjb-test/expected-xml/github-python-tox-verify-master +++ b/.jjb-test/expected-xml/github-python-tox-verify-master @@ -96,7 +96,7 @@ Example: docs,py2,py3 - ** + master @@ -314,6 +314,10 @@ fi if [ -f "$ARCHIVE_TOX_DIR/failed-envs.log" ]; then failed_envs=($(cat "$ARCHIVE_TOX_DIR/failed-envs.log")) + for e in "${failed_envs[@]}"; do + echo "cat $ARCHIVE_TOX_DIR/tox-$e.log" + cat "$ARCHIVE_TOX_DIR/tox-$e.log" + done echo "ERROR: Failed the following builds: ${failed_envs[*]}" exit 1 fi @@ -599,5 +603,14 @@ rm ~/.netrc test-credential + + + + npmrc + $HOME/.npmrc + + + +