Skip to content

feat(runner): check non-zero exit code

Sebastian Birunt requested to merge run_check into main

Runner.run() provides check=False argument.

If check is true, and the process exits with a non-zero exit code, a CalledProcessError exception will be raised.

Closes #68 (closed)

Merge request reports

Loading