Skip to content

Commit

Permalink
Kill bambam on exceptions to prevent hangs in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Jul 14, 2023
1 parent bd8f906 commit ace9e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def main():
raise Exception('Unexpected standard error output.')
except: # noqa: E722
take_screenshot('exception')
bambam.kill()
raise
check_audio(args.expect_audio_output, args.expect_sounds)
logging.info('Test successful.')
Expand Down

0 comments on commit ace9e7a

Please sign in to comment.