fstests: add missing remove of the $seqres.full file for some tests
authorFilipe Manana <fdmanana@suse.com>
Thu, 29 Oct 2020 12:09:06 +0000 (12:09 +0000)
committerEryu Guan <guaneryu@gmail.com>
Sun, 1 Nov 2020 16:25:08 +0000 (00:25 +0800)
commiteb7f35472b2e8cc649b81f40288219d0ad7119da
treeac9cd15d3d75e051ad46cd12e57837ade2920d2d
parent27774be17b64dc8ffaf7e4542a4cb75fbea5ec37
fstests: add missing remove of the $seqres.full file for some tests

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>
tests/btrfs/033
tests/btrfs/036
tests/btrfs/114
tests/btrfs/115
tests/btrfs/205
tests/shared/298