Lines Matching refs:ActionResult
149 func (r *runner) finishAction(result status.ActionResult) {
155 func (r *runner) finishAndStartAction(result status.ActionResult, action *status.Action) {
165 result1 = status.ActionResult{Action: action1}
167 result2 = status.ActionResult{Action: action2}
169 result3 = status.ActionResult{Action: action3}
189 result2WithOutput := status.ActionResult{Action: action2, Output: "output1\noutput2\n"}
201 result2WithOutputWithoutNewline := status.ActionResult{Action: action2, Output: "output1\noutput2"}
214 …result2WithError := status.ActionResult{Action: action2WithError, Output: "error1\nerror2\n", Erro…
227 result1 := status.ActionResult{Action: action1}
251 result1 := status.ActionResult{Action: action1}
261 …result1WithOutputWithAnsiCodes := status.ActionResult{Action: action1, Output: "\x1b[31mcolor\x1b[…
279 result := status.ActionResult{Action: action}