Commit 197813a
Add set -e to Frontier build scripts for fail-fast behavior
Without set -e, the benchmark build loop could silently ignore failures
of earlier benchmarks if a later one succeeded, since only the last
command's exit code would propagate.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ddd95ac commit 197813a
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments