There was an error while loading. Please reload this page.
1 parent 0bf3749 commit 9c49521Copy full SHA for 9c49521
1 file changed
internal/integrationtest/daemon/daemon_test.go
@@ -618,6 +618,7 @@ func analyzeUpdateIndexClient(t *testing.T, cl commands.ArduinoCoreService_Updat
618
analyzer := NewDownloadProgressAnalyzer(t)
619
for {
620
msg, err := cl.Recv()
621
+ fmt.Println("UPDATE>", msg, err)
622
if errors.Is(err, io.EOF) {
623
return analyzer.Results, nil
624
}
0 commit comments