]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: use -F for mkfs.ext4 in btrfs/012
authorJosef Bacik <jbacik@fusionio.com>
Mon, 21 Oct 2013 16:05:16 +0000 (16:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Tue, 22 Oct 2013 21:10:35 +0000 (16:10 -0500)
commit0c6fb9f3acb4bca2c4abebaf92ed5bb48472cae0
tree9cbb53e90ebe1c1f57f7021f0c90920e106eb8e2
parent4896f63ef5dddcfe9759cbd369b5fd35084ac193
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>
tests/btrfs/012