mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Dave Chinner
parent
05ffa663c7
commit
5d0153d9fd
+1
-1
@@ -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
@@ -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`"
|
||||
|
||||
Reference in New Issue
Block a user