Skip to content

Commit

Permalink
[skip-changelog] Investigate some integration-test failures (increase…
Browse files Browse the repository at this point in the history
… debugging prints) (#2844)
  • Loading branch information
cmaglie authored Feb 24, 2025
1 parent 0bf3749 commit 9c49521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/integrationtest/daemon/daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ func analyzeUpdateIndexClient(t *testing.T, cl commands.ArduinoCoreService_Updat
analyzer := NewDownloadProgressAnalyzer(t)
for {
msg, err := cl.Recv()
fmt.Println("UPDATE>", msg, err)
if errors.Is(err, io.EOF) {
return analyzer.Results, nil
}
Expand Down

0 comments on commit 9c49521

Please sign in to comment.