From: Shin'ichiro Kawasaki Date: Fri, 17 Jan 2025 13:01:39 +0000 (+0900) Subject: t/run-fio-tests: remove redundant pre_success lines X-Git-Tag: fio-3.39~17^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b3a162ae8f9494c3981f2c0ce0a04be9b6122bb9;p=fio.git t/run-fio-tests: remove redundant pre_success lines Recently, three test case definitions were added to t/run-fio-tests. The added definitions have redundant pre_success lines. Remove them. Fixes: 8b0018e93eac ("t/jobs/t0033: add test for the log file format") Fixes: 20d0ba84d3b7 ("t/jobs/t0034: add test for the log_issue_time option") Fixes: a189fc720a4d ("t/jobs/t0035: add test for the file operations IO engine") Signed-off-by: Shin'ichiro Kawasaki --- diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index d713c1c4..384b6871 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -931,7 +931,6 @@ TEST_LIST = [ 'success': SUCCESS_DEFAULT, 'pre_job': None, 'pre_success': None, - 'pre_success': SUCCESS_DEFAULT, 'requirements': [Requirements.linux, Requirements.libaio], }, { @@ -941,7 +940,6 @@ TEST_LIST = [ 'success': SUCCESS_DEFAULT, 'pre_job': None, 'pre_success': None, - 'pre_success': SUCCESS_DEFAULT, 'requirements': [Requirements.linux, Requirements.libaio], }, { @@ -951,7 +949,6 @@ TEST_LIST = [ 'success': SUCCESS_DEFAULT, 'pre_job': None, 'pre_success': None, - 'pre_success': SUCCESS_DEFAULT, 'requirements': [], }, {