Skip to content

Commit

Permalink
Take out that break
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Jun 22, 2024
1 parent 0d2a6ea commit 18dc5cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="sri-test-harness",
version="0.2.1",
version="0.2.2",
author="Max Wang",
author_email="[email protected]",
url="https://github.com/TranslatorSRI/TestHarness",
Expand Down
2 changes: 0 additions & 2 deletions test_harness/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 18dc5cc

Please sign in to comment.