From 4ea79389658314e040b6a03ed18e28169f672b7d Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 28 Nov 2016 11:21:22 -0700 Subject: [PATCH] test/iscsi_tgt/fio: remove FIO job state file The information in this file is not useful after the test has finished, so rather than copying it to the build output directory, just delete it like all of the other tests using FIO. Change-Id: I8495a2956b03f376b391ed501aaa61a857bfa490 Signed-off-by: Daniel Verkamp --- test/iscsi_tgt/fio/fio.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/iscsi_tgt/fio/fio.sh b/test/iscsi_tgt/fio/fio.sh index 67a9a9c8f..dfa0f6c2f 100755 --- a/test/iscsi_tgt/fio/fio.sh +++ b/test/iscsi_tgt/fio/fio.sh @@ -87,9 +87,7 @@ if [ $RUN_NIGHTLY -eq 1 ]; then running_config fi -if [ -f "./local-job0-0-verify.state" ]; then - mv ./local-job0-0-verify.state $output_dir -fi +rm -f ./local-job0-0-verify.state trap - SIGINT SIGTERM EXIT