Fix: Rename view name to All
[releng/global-jjb.git] / releasenotes / notes / tox-defend-no-logs-ce81e3136a6816ce.yaml
1 ---
2 fixes:
3   - |
4     Revise tox-run.sh to guard against glob matching no tox log files.
5     In that case the pattern is passed to the cp command, which fails.
6     Detect the cp failure ('cp: cannot stat ..') and exit the loop.
7     This new and undesired behavior was introduced by adding -e in
8     change 76a0761, so the script stops when the cp command fails.