From: Tim Shimmin Date: Thu, 15 Sep 2005 15:05:47 +0000 (+0000) Subject: paranoid testing that mkfs of scratch works without ipaths option X-Git-Tag: v1.1.0~689 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be529ae745ef1a05e653958f8422d8a894984d8a;p=xfstests-dev.git paranoid testing that mkfs of scratch works without ipaths option Merge of master-melb:xfs-cmds:23822a by kenmcd. paranoid testing that mkfs of scratch works without ipaths option --- diff --git a/114 b/114 index 05e0730e..4e8e459b 100755 --- a/114 +++ b/114 @@ -431,9 +431,11 @@ _require_scratch rm -f $here/$seq.full echo "mkfs" -export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1" _scratch_mkfs_xfs >>$here/$seq.full 2>&1 \ || _fail "mkfs scratch failed" +export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1" +_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \ + || _notrun "i_paths not supported" echo "mount" _scratch_mount >>$here/$seq.full 2>&1 \ diff --git a/115 b/115 index 7802d7a6..34838773 100755 --- a/115 +++ b/115 @@ -118,9 +118,11 @@ _require_scratch rm -f $here/$seq.full echo "mkfs" -export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1" _scratch_mkfs_xfs >>$here/$seq.full 2>&1 \ || _fail "mkfs scratch failed" +export MKFS_OPTIONS="$MKFS_OPTIONS -i paths=1" +_scratch_mkfs_xfs >>$here/$seq.full 2>&1 \ + || _notrun "i_paths not supported" echo "mount" _scratch_mount >>$here/$seq.full 2>&1 \