mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
QA test updates for external log/rt devices.
Make sure we don't run this test with mutually exclusive mkfs options.
This commit is contained in:
@@ -118,7 +118,11 @@ touch $seq.out
|
||||
umount $SCRATCH_DEV >/dev/null 2>&1
|
||||
|
||||
_full "mkfs"
|
||||
_scratch_mkfs_xfs -lsize=2000b | _filter_mkfs 2>$tmp.mkfs
|
||||
|
||||
_scratch_mkfs_xfs -lsize=2000b >$tmp.mkfs0 2>&1
|
||||
[ $? -ne 0 ] && \
|
||||
_notrun "Cannot mkfs for this test using MKFS_OPTIONS specified"
|
||||
_filter_mkfs <$tmp.mkfs0 2>$tmp.mkfs
|
||||
source $tmp.mkfs
|
||||
[ $dbsize -eq 4096 ] \
|
||||
|| _notrun "Logprint test, tailored to 4K blocks ($dbsize in use)"
|
||||
|
||||
Reference in New Issue
Block a user