diff --git a/commands/collect.py b/commands/collect.py index 74575ed7c..5c1c0b896 100644 --- a/commands/collect.py +++ b/commands/collect.py @@ -444,6 +444,8 @@ def collect(arguments): call_summary["exception"], ) ) + # Ensure errors can be detected + exit(-1) def run(arguments):