btrfs: use _nocheck for btrfs/011 and btrfs/012

These two tests blow up on the scratch test, but 011 leaves the devices in a
state where the first scratch dev is no longer part of any file system and 012
leaves the scratch dev as an ext4 file system.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Josef Bacik
2014-09-29 12:55:20 +10:00
committed by Dave Chinner
parent 05ffa663c7
commit 5d0153d9fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
# real QA test starts here
_need_to_be_root
_supported_fs btrfs
_require_scratch
_require_scratch_nocheck
_require_scratch_dev_pool 4
_require_command $BTRFS_SHOW_SUPER_PROG btrfs-show-super
+1 -1
View File
@@ -52,7 +52,7 @@ _cleanup()
# Modify as appropriate.
_supported_fs btrfs
_supported_os Linux
_require_scratch
_require_scratch_nocheck
BTRFS_CONVERT_PROG="`set_prog_path btrfs-convert`"
E2FSCK_PROG="`set_prog_path e2fsck`"