diff --git a/mobly/suite_runner.py b/mobly/suite_runner.py index 166627fe..2a7ccaf6 100644 --- a/mobly/suite_runner.py +++ b/mobly/suite_runner.py @@ -368,7 +368,7 @@ def run_suite_class(argv=None): ok = runner.results.is_all_pass print(ok) except signals.TestAbortAll: - pass + ok = False finally: suite.teardown_suite() suite_record.suite_end()