| 32 | ) |
| 33 | |
| 34 | type testCmd struct { |
| 35 | // start of flag vars |
| 36 | verbose bool |
| 37 | precommit bool |
| 38 | short bool |
| 39 | race bool |
| 40 | run string |
| 41 | sqlite bool |
| 42 | } |
| 43 | |
| 44 | func init() { |
| 45 | cmdmain.RegisterMode("test", func(flags *flag.FlagSet) cmdmain.CommandRunner { |
nothing calls this directly
no outgoing calls
no test coverage detected