mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix up xfstests for realtime fs
Filter out inode numbers; these change with realtime
This commit is contained in:
@@ -169,6 +169,10 @@ _filter_logprint()
|
||||
/^[ ]*$/d;
|
||||
s/ */ /g;
|
||||
s/ $//;
|
||||
s/newino: 0x[0-9a-f]*$/newino: <INO>/g
|
||||
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
|
||||
'|\
|
||||
awk '
|
||||
# collapse BUF DATA group into 1 line
|
||||
|
||||
Reference in New Issue
Block a user