mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Make test 081 work with external log/rt devices too.
Merge of master-melb:xfs-cmds:26376a by kenmcd.
This commit is contained in:
+2
-2
@@ -107,8 +107,8 @@ _filter_logprint()
|
||||
s/q:0x[0-9a-f][0-9a-f]*/q:<Q>/;
|
||||
s/a:0x[0-9a-f][0-9a-f]*/a:<A>/g;
|
||||
s/blkno:0x[0-9a-f][0-9a-f]*/blkno:<BLKNO>/g;
|
||||
s/blkno: [0-9][0-9]* (0x[0-9a-f]*)/blkno: <BLKNO> (<BLKNO>)/g;
|
||||
s/blkno: [0-9][0-9]*/blkno: <BLKNO>/g;
|
||||
s/blkno: *[0-9][0-9]* (0x[0-9a-f]*)/blkno: <BLKNO> (<BLKNO>)/g;
|
||||
s/blkno: *[0-9][0-9]*/blkno: <BLKNO>/g;
|
||||
s/boff: [0-9][0-9]*/boff: <BOFF>/g;
|
||||
s/len: *[0-9][0-9]*/len:<LEN>/g;
|
||||
/BUF:/s/[ ]*flags:.*$//;
|
||||
|
||||
Reference in New Issue
Block a user