Commit 4e2869e
committed
fix(devx): assembling the shard log must not replace the suite's exit status
A leg whose stall guard never got far enough to open its log would make `cat`
non-zero, and under `set -e` that becomes the step's exit code -- the step would
report the wrong reason for its own red, on exactly the failure path this job
exists to describe.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vbw3RPgdtqesx4azk9SbW81 parent b5c2e07 commit 4e2869e
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
642 | | - | |
643 | | - | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
644 | 651 | | |
645 | 652 | | |
646 | 653 | | |
| |||
0 commit comments