mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 19:21:37 +00:00
Fix few vet errors.
There are quite a few 'composite literal uses unkeyed fields' errors that I have kept out of this patch. And there's a couple where vet just seems confused. These are the easiest ones.
This commit is contained in:
@@ -286,7 +286,7 @@ func Test() (results ResultsByTest) {
|
||||
continue
|
||||
}
|
||||
if err != nil {
|
||||
log.Fatal("Bad test pattern: %v", tests)
|
||||
log.Fatalf("Bad test pattern: %v", *tests)
|
||||
}
|
||||
toRun = append(toRun, name)
|
||||
}
|
||||
|
Reference in New Issue
Block a user