From: Mohamed Barwani Date: Fri, 30 Nov 2007 05:14:17 +0000 (+0000) Subject: Fix the intermittent test failure due to the failure of mkfs. X-Git-Tag: v1.1.0~424 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ba7c65a2ab11c6fe14d986a5a2bda58b5d806dc2;p=xfstests-dev.git Fix the intermittent test failure due to the failure of mkfs. Merge of master-melb:xfs-cmds:30166a by kenmcd. remove an extra redundand argument to mkfs which causes the failure of mkfs. --- diff --git a/054 b/054 index d29aad18..98d2c209 100755 --- a/054 +++ b/054 @@ -85,7 +85,8 @@ _exercise() umount $SCRATCH_MNT 2>/dev/null } -_scratch_mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1 +_scratch_mkfs_xfs >> $seq.full 2>&1 || _fail "mkfs failed!" + _qmount_option "uquota,gquota" _qmount if src/feature -G $SCRATCH_DEV ; then