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
test(spec): end the publish-smoke collision harness with exit 0 (#10916)
The harness had `set +e +o pipefail` after sourcing publish-smoke.sh but no
trailing `exit 0`, so its exit status was whatever the last command returned —
and every case ends by killing its stubs. Reaping a stub that has already
exited returns 1, execFileSync then throws, and the failure arrives as a bare
`Command failed` with the vacuity guard that would have named the problem
never reached.
This is the second half of the reporting fix PR #10456 landed for the sdui
sibling; this file had only the first.
Claude-Session: https://claude.ai/code/session_01B4h3medzvhB9rpfoja9jcw
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments