From 5b524eedc5de8b119033be14a4768f4bec6be7bb Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Mon, 20 Jan 2014 06:22:34 +0000 Subject: [PATCH] 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 Reviewed-by: Christoph Hellwig Signed-off-by: Rich Johnston --- tests/generic/208 | 2 ++ tests/xfs/073 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/generic/208 b/tests/generic/208 index badd5220..58d1d083 100755 --- a/tests/generic/208 +++ b/tests/generic/208 @@ -45,6 +45,8 @@ _cleanup() _supported_fs generic _supported_os Linux +rm -f $seqres.full + _run_aiodio aio-dio-invalidate-failure exit $status diff --git a/tests/xfs/073 b/tests/xfs/073 index 4280fa9e..ca553ae6 100755 --- a/tests/xfs/073 +++ b/tests/xfs/073 @@ -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" -- 2.47.3