Commit d8ec1cb
authored
fix: separate stdout and stderr for TestGoImports (#2915)
Separate stdout and stderr from the `goimports` command, so that only
the actual list of unformatted files from stdout is checked, while
download progress messages in stderr are ignored unless an error occurs.
This issue was first observed
[here](#2913 (comment))
that download progress messages is reported as unformatted lines.
This change is verified in #2913
([log](https://github.com/googleapis/librarian/actions/runs/19375966778/job/55443348855))
.1 parent 2578a2a commit d8ec1cb
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
230 | | - | |
231 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments