Commit 674a030
committed
CI: Quiet swift output and report Linux step results
* Pass `--quiet` to every `swift build` and `swift test` in the
Linux trait-build chain and to `xcrun swift test` in the macOS job
so logs surface compiler diagnostics and test failures rather than
routine progress output.
* Echo a `=== <step>: PASSED ===` line after every Linux step and a
trailing `=== Summary: all builds and tests passed ===`. With
`set -e` retained, a missing PASSED line is the implicit
failed-step marker for unfamiliar readers.1 parent f059611 commit 674a030
1 file changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | | - | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | | - | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
65 | 71 | | |
66 | 72 | | |
67 | 73 | | |
| |||
0 commit comments