Some test cases are missing the 'rm -f $seqres.full' line but are appending
to that file, so everytime they run that file gets bigger and bigger (some
of them are using about a dozen megabytes on one of my test boxes).
So just add the 'rm -f $seqres.full' line to them, together with the comment
that the 'new' script generates for new test cases.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
. ./common/rc
. ./common/filter
. ./common/rc
. ./common/filter
+# remove previous $seqres.full before test
+rm -f $seqres.full
+
# real QA test starts here
_supported_fs btrfs
_require_scratch
# real QA test starts here
_supported_fs btrfs
_require_scratch
. ./common/rc
. ./common/filter
. ./common/rc
. ./common/filter
+# remove previous $seqres.full before test
+rm -f $seqres.full
+
# real QA test starts here
_supported_fs btrfs
_require_scratch
# real QA test starts here
_supported_fs btrfs
_require_scratch
. ./common/rc
. ./common/filter
. ./common/rc
. ./common/filter
+# remove previous $seqres.full before test
+rm -f $seqres.full
+
# real QA test starts here
_supported_fs btrfs
_require_scratch
# real QA test starts here
_supported_fs btrfs
_require_scratch
. ./common/rc
. ./common/filter
. ./common/rc
. ./common/filter
+# remove previous $seqres.full before test
+rm -f $seqres.full
+
# real QA test starts here
_supported_fs btrfs
_require_scratch
# real QA test starts here
_supported_fs btrfs
_require_scratch
. ./common/filter
. ./common/reflink
. ./common/filter
. ./common/reflink
+# remove previous $seqres.full before test
+rm -f $seqres.full
+
# real QA test starts here
_supported_fs btrfs
_require_scratch_reflink
# real QA test starts here
_supported_fs btrfs
_require_scratch_reflink
+# remove previous $seqres.full before test
+rm -f $seqres.full
+
_supported_fs ext4 xfs btrfs
_require_test
_require_loop
_supported_fs ext4 xfs btrfs
_require_test
_require_loop