Commit 0f66d5b
committed
fix(test): improve error logging for failed commands in no-fail-fast mode
Use `printf '%q'` with `"$@"` to preserve argument quoting and capture
exit status into a variable for reliability.
https://claude.ai/code/session_01VHRbHsz8VJFdNioSj6dyxe1 parent 9791346 commit 0f66d5b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments