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:
parent
51b15b93e7
commit
4ea7938965
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user