Commit 4ea79389 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

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: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 51b15b93
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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