Skip to content

Commit 65c888c

Browse files
committed
fix(ci): error on error
1 parent 222f03e commit 65c888c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elasticsearch_metrics/tests/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def _run(*args: str, header: str = "") -> None:
4545
subprocess.run(args, check=True) # stop on error
4646
except subprocess.CalledProcessError as _e:
4747
print(f"\n\n^^ errored ({_e.returncode}) ^^")
48-
sys.exit()
48+
sys.exit(1)
4949

5050

5151
def run_lint() -> None:

0 commit comments

Comments
 (0)