Skip to content

Commit 6faf3b9

Browse files
committed
KernelLog: ignore systemd-journald file corrupted message
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
1 parent 1942203 commit 6faf3b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testcases/KernelLog.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ def runTest(self):
6868
"pstore: decompression failed: -5",
6969
# The below xive message should go away when https://github.com/open-power/skiboot/issues/171 is resolved
7070
"xive: Interrupt.*type mismatch, Linux says Level, FW says Edge",
71+
# This is why we can't have nice things.
72+
"systemd-journald.*File.*corrupted or uncleanly shut down, renaming and replacing.",
7173
]
7274

7375
for f in filter_out:

0 commit comments

Comments
 (0)