Skip to content

Commit 70c1bae

Browse files
committed
Print warnings in BoardList response
1 parent 84e8e6f commit 70c1bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integrationtest/arduino-cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ func (inst *ArduinoCLIInstance) BoardList(timeout time.Duration) (*commands.Boar
539539
}
540540
logCallf(">>> BoardList(%v) -> ", boardListReq)
541541
resp, err := inst.cli.daemonClient.BoardList(context.Background(), boardListReq)
542-
logCallf("err=%v\n", err)
542+
logCallf("err=%v warnings=%v\n", err, strings.Join(resp.GetWarnings(), " / "))
543543
return resp, err
544544
}
545545

0 commit comments

Comments
 (0)