Skip to content

Commit

Permalink
KernelLog: ignore systemd-journald file corrupted message
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <[email protected]>
  • Loading branch information
stewartsmith committed Apr 9, 2018
1 parent 1942203 commit 6faf3b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testcases/KernelLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ def runTest(self):
"pstore: decompression failed: -5",
# The below xive message should go away when https://github.com/open-power/skiboot/issues/171 is resolved
"xive: Interrupt.*type mismatch, Linux says Level, FW says Edge",
# This is why we can't have nice things.
"systemd-journald.*File.*corrupted or uncleanly shut down, renaming and replacing.",
]

for f in filter_out:
Expand Down

0 comments on commit 6faf3b9

Please sign in to comment.