xfs/073, 208: remove .full output before starting the test

Otherwise we end up with an ever-growing file for every test that is
run and that makes it hard to isolate failures.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
Dave Chinner
2014-01-20 06:22:34 +00:00
committed by Rich Johnston
parent 86e91cc95c
commit 5b524eedc5
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ _cleanup()
_supported_fs generic
_supported_os Linux
rm -f $seqres.full
_run_aiodio aio-dio-invalidate-failure
exit $status
+2
View File
@@ -133,6 +133,8 @@ _supported_os Linux
_require_scratch
_require_loop
rm -f $seqres.full
_scratch_mkfs_xfs -dsize=41m,agcount=2 | _filter_mkfs 2>/dev/null
_scratch_mount 2>/dev/null || _fail "initial scratch mount failed"