diff --git a/setup.py b/setup.py index 3bbd4f3..6ad88c5 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="sri-test-harness", - version="0.2.1", + version="0.2.2", author="Max Wang", author_email="max@covar.com", url="https://github.com/TranslatorSRI/TestHarness", diff --git a/test_harness/run.py b/test_harness/run.py index f5ba62a..42f1a1e 100644 --- a/test_harness/run.py +++ b/test_harness/run.py @@ -199,8 +199,6 @@ async def run_tests( except Exception: logger.error(f"Failed to report errors with: {test.id}") - break - await slacker.post_notification( messages=[ """Test Suite: {test_suite}\nDuration: {duration} | Environment: {env}\n<{ir_url}|View in the Information Radiator>\n> Test Results:\n> Passed: {num_passed}, Failed: {num_failed}, Skipped: {num_skipped}""".format(