mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests updates - rework build to be like other xfs packages, revive some old fs test tools and reenable xfs extensions, move ltp code into a separate subdir to help keeping in sync with real ltp project (hopefully)
This commit is contained in:
@@ -59,9 +59,8 @@ _acl_requirements
|
||||
_require_scratch
|
||||
|
||||
# set up fs for 1K inodes
|
||||
export MKFS_OPTIONS="-i size=1024"
|
||||
_scratch_mkfs_xfs >>$here/$seq.full || _error "mkfs failed"
|
||||
_scratch_mount >>$here/$seq.full || _error "mount failed"
|
||||
_scratch_mkfs_xfs -i size=1024 >>$here/$seq.full || _fail "mkfs failed"
|
||||
_scratch_mount >>$here/$seq.full || _fail "mount failed"
|
||||
cd $SCRATCH_MNT
|
||||
|
||||
# xfs_growfs -n $SCRATCH_MNT
|
||||
|
||||
Reference in New Issue
Block a user