mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Rich Johnston
parent
86e91cc95c
commit
5b524eedc5
@@ -45,6 +45,8 @@ _cleanup()
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
_run_aiodio aio-dio-invalidate-failure
|
||||
|
||||
exit $status
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user