From be529ae745ef1a05e653958f8422d8a894984d8a Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Thu, 15 Sep 2005 15:05:47 +0000 Subject: [PATCH] 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 --- 114 | 4 +++- 115 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 \ -- 2.47.3