X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Ftox-run.sh;h=498ddc7f0d876509615fd95b866be670a9f98280;hb=f5ecd20b63a85ac7589025bb204d0a836d38f608;hp=af3ac7a1bbfa42bc06382f76388e08b759fa12e0;hpb=3b99cd4d3bec4dcd56297f28317af62f26c078bf;p=releng%2Fglobal-jjb.git diff --git a/shell/tox-run.sh b/shell/tox-run.sh index af3ac7a1..498ddc7f 100644 --- a/shell/tox-run.sh +++ b/shell/tox-run.sh @@ -52,7 +52,11 @@ echo "---> Completed tox runs" # shellcheck disable=SC2116 for i in .tox/*/log; do tox_env=$(echo "$i" | awk -F'/' '{print $2}') - cp -r "$i" "$ARCHIVE_TOX_DIR/$tox_env" + # defend against glob finding no matches + if ! cp -r "$i" "$ARCHIVE_TOX_DIR/$tox_env"; then + echo "WARN: no logs found to archive" + break + fi done # If docs are generated push them to archives.