Commit 86a5640
committed
fix(test): add explicit logging for binary test suite execution
Add clear separator and status logging to show which binary is being
tested and whether it exists. This resolves confusion in CI logs when
multiple binaries are tested sequentially.
Output now shows:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Testing: [Binary Name]
Path: [path]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Binary exists: true/false
✓ Binary found and ready for testing (if exists)
This makes it immediately clear in CI logs:
- When SEA tests are being attempted after smol
- Whether each binary was found in cache
- Which tests are actually running vs skipping1 parent dfe5be7 commit 86a5640
File tree
1 file changed
+13
-0
lines changed- packages/cli/test/integration/binary
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
134 | 141 | | |
135 | 142 | | |
| 143 | + | |
136 | 144 | | |
137 | 145 | | |
138 | 146 | | |
| |||
192 | 200 | | |
193 | 201 | | |
194 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
195 | 208 | | |
196 | 209 | | |
197 | 210 | | |
| |||
0 commit comments