mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Filter out onlink (because of v2 inodes by default) and gen# (because of random generation).
Merge of master-melb:xfs-cmds:31049a by kenmcd. Filter out onlink (because of v2 inodes by default) and gen# (because of random generation).
This commit is contained in:
@@ -145,6 +145,9 @@ _filter_logprint()
|
||||
s/newino:0x[0-9a-f]*$/newino:<INO>/g
|
||||
s/ino: 0x[0-9a-f]* flags:/ino: <INO> flags:/g
|
||||
s/ino:0x[0-9a-f]* flags:/ino:<INO> flags:/g
|
||||
s/onlink:[0-9][0-9]*/onlink:<ONLINK>/;
|
||||
s/gen:-*[0-9][0-9]*/gen:<GEN>/;
|
||||
s/gen 0x[0-9a-f][0-9a-f]*/gen <GEN>/;
|
||||
'|\
|
||||
awk '
|
||||
# collapse BUF DATA group into 1 line
|
||||
|
||||
Reference in New Issue
Block a user