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 <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-11-28 11:21:22 -07:00
parent 51b15b93e7
commit 4ea7938965

View File

@ -87,9 +87,7 @@ if [ $RUN_NIGHTLY -eq 1 ]; then
running_config running_config
fi fi
if [ -f "./local-job0-0-verify.state" ]; then rm -f ./local-job0-0-verify.state
mv ./local-job0-0-verify.state $output_dir
fi
trap - SIGINT SIGTERM EXIT trap - SIGINT SIGTERM EXIT