mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
update for logprint changes
This commit is contained in:
@@ -57,9 +57,11 @@ _filter_logprint()
|
||||
s/log device: ([\w|\/.-]+) daddr: (\d+) length: (\d+)/log device: LDEV daddr: XXX length: XXX/;
|
||||
s/log file: "([\w|\/.-]+)" daddr: (\d+) length: (\d+)/log device: LDEV daddr: XXX length: XXX/;
|
||||
s/skipped (\w+) zeroed blocks/skipped XXX zeroed blocks/;
|
||||
s/in range: \d+ - \d+/in range: XXX - XXX/;
|
||||
s/^uuid: *[0-9a-f-][0-9a-f-]* *format: *.*$/uuid: <UUID> format: <FORMAT>/;
|
||||
s/(length of Log Record:) \d+/$1 <LEN>/;
|
||||
s/version: \d/version: <VERN>/;
|
||||
s/h_size: \d+/h_size: <H_SIZE>/;
|
||||
print;
|
||||
'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user