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)
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

index 94de07fc7a21f79c89cd7d9f1dff53668a33f54d..db9a92e6f3ec22437501a791d06fa0224f176e35 100644 (file)
@@ -233,6 +233,12 @@ _wipe_fs()
 #
 _cleanup()
 {
+    # Some tests include this before checking _supported_fs xfs
+    # and the sleeps & checks here get annoying
+    if [ "$FSTYP" != "xfs" ]; then
+       return
+    fi
+
     cd $here
     rm -f $tmp.*