Skip to content

executor: Return exit code and nil-error on command failure

Warren Gifford requested to merge ef/fix-command-exit-code into main

Created by: efritz

We assume non-nil errors should represent system errors at the callsite for this function. Do not return an error on a command that failed successfully.

image

Merge request reports

Loading