mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: use -F for mkfs.ext4 in btrfs/012
I noticed this test was hanging because mkfs.ext4 wanted to make sure it was ok to mkfs an entire device. We need -F so it doesn't ask this question. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
4896f63ef5
commit
0c6fb9f3ac
+1
-1
@@ -65,7 +65,7 @@ _require_command $E2FSCK_PROG e2fsck
|
||||
rm -f $seqres.full
|
||||
|
||||
# Create & populate an ext4 filesystem
|
||||
$MKFS_EXT4_PROG -b 4096 $SCRATCH_DEV > $seqres.full 2>&1 || \
|
||||
$MKFS_EXT4_PROG -F -b 4096 $SCRATCH_DEV > $seqres.full 2>&1 || \
|
||||
_notrun "Could not create ext4 filesystem"
|
||||
# Manual mount so we don't use -t btrfs or selinux context
|
||||
mount -t ext4 $SCRATCH_DEV $SCRATCH_MNT
|
||||
|
||||
Reference in New Issue
Block a user