From b16f7e48c641cd55aa3a6e32dc56a1214e5bd4db Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Tue, 1 Oct 2024 11:53:53 -0400 Subject: [PATCH] block/031: remove the fio verify.state file Add fio option --verify_state_save to not save the verify.state file Suggested-by: Shin'ichiro Kawasaki Signed-off-by: Yi Zhang --- tests/block/031 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/block/031 b/tests/block/031 index 5ad6d884..3cc5282c 100755 --- a/tests/block/031 +++ b/tests/block/031 @@ -45,8 +45,9 @@ test() { --ioengine=libaio --runtime="${TIMEOUT}" --thread \ --name=block-031 --filename=/dev/nullb1 \ --output="${RESULTS_DIR}/block/fio-output-031.txt" \ - >>"$FULL" + --verify_state_save=0 >>"$FULL" fio_status=$? + rm -f local*verify*state rmdir /sys/kernel/config/nullb/nullb1 _exit_null_blk case $fio_status in