mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Make verify-typecheck detect errors better
This commit is contained in:
parent
eb3dbac90e
commit
c866cb7dd0
@ -297,6 +297,7 @@ func main() {
|
|||||||
errors, err := c.verify(plat)
|
errors, err := c.verify(plat)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
serialFprintf(os.Stderr, "ERROR(%s): failed to verify: %v\n", plat, err)
|
serialFprintf(os.Stderr, "ERROR(%s): failed to verify: %v\n", plat, err)
|
||||||
|
f = true
|
||||||
} else if len(errors) > 0 {
|
} else if len(errors) > 0 {
|
||||||
for _, e := range errors {
|
for _, e := range errors {
|
||||||
// Special case CGo errors which may depend on headers we
|
// Special case CGo errors which may depend on headers we
|
||||||
|
Loading…
Reference in New Issue
Block a user