(err error)
| 31 | ) |
| 32 | |
| 33 | func warnError(err error) { |
| 34 | fmt.Fprintf(GinkgoWriter, "warning: %v\n", err) |
| 35 | } |
| 36 | |
| 37 | // Run executes the provided command within this context |
| 38 | func Run(cmd *exec.Cmd) ([]byte, error) { |
no outgoing calls
no test coverage detected