Skip to content

Commit 9c49521

Browse files
authored
[skip-changelog] Investigate some integration-test failures (increase debugging prints) (#2844)
1 parent 0bf3749 commit 9c49521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: internal/integrationtest/daemon/daemon_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,7 @@ func analyzeUpdateIndexClient(t *testing.T, cl commands.ArduinoCoreService_Updat
618618
analyzer := NewDownloadProgressAnalyzer(t)
619619
for {
620620
msg, err := cl.Recv()
621+
fmt.Println("UPDATE>", msg, err)
621622
if errors.Is(err, io.EOF) {
622623
return analyzer.Results, nil
623624
}

0 commit comments

Comments
 (0)