]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
fstests: remove $seqres.full before tests run
authorEryu Guan <eguan@redhat.com>
Tue, 4 Aug 2015 04:10:49 +0000 (14:10 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 4 Aug 2015 04:10:49 +0000 (14:10 +1000)
commit6733157f0fac8df99c90a2ef3e40e79fd271128e
treee89ee46ae5433a99a0674d47f1989a32bbd7b3a2
parent6b992d5f16d7595caf15ccbc9ccaefd304e58283
fstests: remove $seqres.full before tests run

Some tests append logs to $seqres.full and never remove the log, which
keeps the log file growing. Remove $seqres.full before test in
following tests:

   ext4/271
   generic/019
   generic/269
   generic/270
   shared/272

Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/ext4/271
tests/generic/019
tests/generic/269
tests/generic/270
tests/shared/272