If the run fails, it should report that and return a non-zero exit status. The simplest way to do that is with `run(..., check=True)`, which raises a `CalledProcessError`. |
||
|---|---|---|
| .. | ||
| ci.py | ||
| jobs.yml | ||
| problem_matchers.json | ||
If the run fails, it should report that and return a non-zero exit status. The simplest way to do that is with `run(..., check=True)`, which raises a `CalledProcessError`. |
||
|---|---|---|
| .. | ||
| ci.py | ||
| jobs.yml | ||
| problem_matchers.json | ||