Skip to content

Commit

Permalink
Merge branch 'pre_success' of https://github.com/kawasaki/fio
Browse files Browse the repository at this point in the history
* 'pre_success' of https://github.com/kawasaki/fio:
  t/run-fio-tests: remove redundant pre_success lines
  • Loading branch information
vincentkfu committed Jan 21, 2025
2 parents d1ebbdd + b3a162a commit 187103a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions t/run-fio-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ def check_result(self):
'success': SUCCESS_DEFAULT,
'pre_job': None,
'pre_success': None,
'pre_success': SUCCESS_DEFAULT,
'requirements': [Requirements.linux, Requirements.libaio],
},
{
Expand All @@ -941,7 +940,6 @@ def check_result(self):
'success': SUCCESS_DEFAULT,
'pre_job': None,
'pre_success': None,
'pre_success': SUCCESS_DEFAULT,
'requirements': [Requirements.linux, Requirements.libaio],
},
{
Expand All @@ -951,7 +949,6 @@ def check_result(self):
'success': SUCCESS_DEFAULT,
'pre_job': None,
'pre_success': None,
'pre_success': SUCCESS_DEFAULT,
'requirements': [],
},
{
Expand Down

0 comments on commit 187103a

Please sign in to comment.