We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222f03e commit 65c888cCopy full SHA for 65c888c
1 file changed
elasticsearch_metrics/tests/__main__.py
@@ -45,7 +45,7 @@ def _run(*args: str, header: str = "") -> None:
45
subprocess.run(args, check=True) # stop on error
46
except subprocess.CalledProcessError as _e:
47
print(f"\n\n^^ errored ({_e.returncode}) ^^")
48
- sys.exit()
+ sys.exit(1)
49
50
51
def run_lint() -> None:
0 commit comments