mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix v2 log scripts so that they are not run if v2 log support is not there.
This commit is contained in:
@@ -28,6 +28,7 @@ logprint tes@sgi.com dxm@sgi.com
|
||||
|
||||
# XFS log related testing
|
||||
log tes@sgi.com
|
||||
v2log tes@sgi.com
|
||||
|
||||
# xfsdump, xfsrestore, xfsinvutil
|
||||
dump tes@sgi.com ivanr@sgi.com
|
||||
@@ -87,7 +88,7 @@ ioctl nathans@sgi.com
|
||||
015 other auto
|
||||
016 rw auto
|
||||
017 other auto
|
||||
018 log logprint auto
|
||||
018 log logprint v2log auto
|
||||
019 mkfs auto
|
||||
020 metadata attr auto
|
||||
021 db attr auto
|
||||
@@ -151,13 +152,13 @@ ioctl nathans@sgi.com
|
||||
079 acl attr ioctl metadata auto
|
||||
080 rw ioctl
|
||||
081 log logprint quota auto
|
||||
082 log logprint auto
|
||||
082 log logprint v2log auto
|
||||
083 rw auto
|
||||
084 ioctl rw auto
|
||||
085 log
|
||||
086 log
|
||||
087 log
|
||||
088 perms
|
||||
085 log auto
|
||||
086 log v2log auto
|
||||
087 log v2log auto
|
||||
088 perms auto
|
||||
089 metadata auto
|
||||
090 rw
|
||||
091 rw
|
||||
|
||||
Reference in New Issue
Block a user