Repair tox-run for case of no tox logs to archive 20/63520/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 26 Mar 2020 21:32:23 +0000 (17:32 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 26 Mar 2020 21:32:23 +0000 (17:32 -0400)
commitf5ecd20b63a85ac7589025bb204d0a836d38f608
treeceea28c073fda320a0e2817a76cb5d4afa3f47d4
parent3b99cd4d3bec4dcd56297f28317af62f26c078bf
Repair tox-run for case of no tox logs to archive

Revise tox-run.sh to guard against glob matching no tox log files.
In that case the pattern is passed to the cp command, which fails.
Detect the cp failure ('cp: cannot stat ..') and exit the loop.
I introduced this new and undesired behavior by adding -e in
change 76a0761, so the script stops when the cp command fails.

Change-Id: I1d60bb69e270c4aea413f4f14cf2d4f8f672853b
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
releasenotes/notes/tox-defend-no-logs-ce81e3136a6816ce.yaml [new file with mode: 0644]
shell/tox-run.sh