Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
paetling committed Feb 18, 2016
1 parent 684c818 commit bf68c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dusty/commands/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ def _cleanup_containers(app_or_lib_name, suite_name, services):
app_container_name = _test_compose_container_name(compose_project_name, app_or_lib_name)
_cleanup_test_container(client, app_container_name)


@contextmanager
def run_safe_tests(app_or_lib_name, suite_name, services):
try:
yield
#Except needs to be here to catch KeyboardInterrupts
except:
raise
finally:
Expand Down

0 comments on commit bf68c15

Please sign in to comment.