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(runner): only report ARGoS crash on non-zero exit code
ARGoS exits with rc=0 on normal completion. The watchdog was treating
any ARGoS exit before Python as a crash, skipping remaining tests.
Now only kills Python and reports crash when rc != 0.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments