mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
Fresh dep ensure
This commit is contained in:
5
vendor/k8s.io/kubernetes/test/list/main.go
generated
vendored
5
vendor/k8s.io/kubernetes/test/list/main.go
generated
vendored
@ -33,10 +33,11 @@ import (
|
||||
|
||||
var (
|
||||
dumpTree = flag.Bool("dump", false, "print AST")
|
||||
dumpJson = flag.Bool("json", false, "output test list as JSON")
|
||||
dumpJSON = flag.Bool("json", false, "output test list as JSON")
|
||||
warn = flag.Bool("warn", false, "print warnings")
|
||||
)
|
||||
|
||||
// Test holds test locations, package names, and test names.
|
||||
type Test struct {
|
||||
Loc string
|
||||
Name string
|
||||
@ -262,7 +263,7 @@ func main() {
|
||||
log.Fatalf("Error walking: %v", err)
|
||||
}
|
||||
}
|
||||
if *dumpJson {
|
||||
if *dumpJSON {
|
||||
json, err := json.Marshal(tests.tests)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
|
Reference in New Issue
Block a user