t/run-fio-tests: remove redundant pre_success lines
authorShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Fri, 17 Jan 2025 13:01:39 +0000 (22:01 +0900)
committerShin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Tue, 21 Jan 2025 00:57:50 +0000 (09:57 +0900)
commitb3a162ae8f9494c3981f2c0ce0a04be9b6122bb9
tree72dba8a836089c5b216aa53e9f8596891e09c764
parentd1ebbdd2de8afc6cee885d5a2f04a79e2598217a
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 <shinichiro.kawasaki@wdc.com>
t/run-fio-tests.py