Skip to content

Commit 6faf3b9

Browse files
committed
KernelLog: ignore systemd-journald file corrupted message
Signed-off-by: Stewart Smith <[email protected]>
1 parent 1942203 commit 6faf3b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testcases/KernelLog.py

+2
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)