Skip to content

Commit c2a49b1

Browse files
committed
Print warnings in BoardList response
1 parent e603d2c commit c2a49b1

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
@@ -549,7 +549,7 @@ func (inst *ArduinoCLIInstance) BoardList(timeout time.Duration) (*commands.Boar
549549
}
550550
logCallf(">>> BoardList(%v) -> ", boardListReq)
551551
resp, err := inst.cli.daemonClient.BoardList(context.Background(), boardListReq)
552-
logCallf("err=%v\n", err)
552+
logCallf("err=%v warnings=%v\n", err, strings.Join(resp.GetWarnings(), " / "))
553553
return resp, err
554554
}
555555

0 commit comments

Comments
 (0)