You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix stale failed_uuids.txt on abort, guard empty retry, quote nproc
- Clean up failed_uuids.txt on early abort path so CI doesn't retry
stale UUIDs from a previous run
- Guard retry condition with NUM_FAILED > 0 to prevent full-suite
rerun when the file exists but is empty
- Quote $(nproc) to silence shellcheck SC2046 warnings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments