]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
Skip dump _cleanup if filesystem is not xfs
authorEric Sandeen <sandeen@sandeen.net>
Wed, 10 Jun 2009 20:05:04 +0000 (15:05 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 10 Jun 2009 20:05:04 +0000 (15:05 -0500)
commitbdd5949396994a928b9c057c8119aab0fd2c759a
tree6acdadac610eb6903bf55d662ced5674e831c99f
parent4e9072472fbc56b9d4c8ee8094cc62ce793df9b7
Skip dump _cleanup if filesystem is not xfs

Many/most dump tests include common.dump before checking
supported fs, and this means that even if the dump tests
are skipped, the sleep & filesystem check in _cleanup
gets run, which makes it take rather a long time to
skip these tests for non-xfs filesystems.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
common.dump