(commandLine string)
| 92 | ) |
| 93 | |
| 94 | func ResolveBaseCommand(commandLine string) string { |
| 95 | return ExtractBaseCommand(commandLine) |
| 96 | } |
| 97 | |
| 98 | func InterpretCommandResult(commandLine string, exitCode int) ExitCodeInterpretation { |
| 99 | if exitCode == 0 { |
no test coverage detected