// getCmd uses the given environment to form the ginkgo command to run tests. It will // set the stdout/stderr to the given writer. func getCmd(env Getenver, w io.Writer) *exec.Cmd { … } // cmdInfo generates a useful look at what the command is for printing/debug. func cmdInfo(cmd *exec.Cmd) string { … }