Commit 19da816
committed
ci.py: check the return code in
If the run fails, it should report that and return a non-zero exit
status. The simplest way to do that is with `check_returncode()`,
which raises a `CalledProcessError`.run-local
1 parent 99768c8 commit 19da816
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
0 commit comments