()
| 29 | var Debug test.ConfigKey = "Debug" |
| 30 | |
| 31 | func Setup() *test.Case { |
| 32 | test.Customize(&nerdctlSetup{}) |
| 33 | return &test.Case{ |
| 34 | Env: map[string]string{}, |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | type nerdctlSetup struct { |
| 39 | } |
no outgoing calls
searching dependent graphs…