From: David Disseldorp Date: Fri, 18 May 2007 06:08:08 +0000 (+0000) Subject: check for mkfs/mount failure X-Git-Tag: v1.1.0~496 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=471ab9011ac84b9aa12948f681826a5a95e5aede check for mkfs/mount failure Merge of master-melb:xfs-cmds:28623a by kenmcd. --- diff --git a/015 b/015 index 8a336d1c..9b788370 100755 --- a/015 +++ b/015 @@ -51,8 +51,8 @@ _supported_os IRIX Linux _require_scratch _require_nobigloopfs -_scratch_mkfs_xfs -d size=50m >/dev/null -_scratch_mount +_scratch_mkfs_xfs -d size=50m >/dev/null || _fail "mkfs failed" +_scratch_mount || _fail "mount failed" out=$SCRATCH_MNT/fillup.$$ rm -f $seq.full