Skip to content

Commit

Permalink
squash: drop unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Aug 3, 2024
1 parent d36ebad commit 24ed894
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tmt/steps/execute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,14 +712,6 @@ def extract_results(

return invocation.test.test_framework.extract_results(invocation, logger)

def check_abort_file(self, invocation: TestInvocation) -> bool:
"""
Check for an abort file created by tmt-abort
Returns whether an abort file is present (i.e. abort occurred).
"""
return (invocation.test_data_path / TMT_ABORT_SCRIPT.created_file).exists()

@staticmethod
def format_timestamp(timestamp: datetime.datetime) -> str:
""" Convert timestamp to a human readable format """
Expand Down

0 comments on commit 24ed894

Please sign in to comment.