TEST-09-REBOOT: Make journalctl grep pattern more specific

We might be rotating because we reached limits, which is perfectly
fine, so don't fail if that happens.
This commit is contained in:
Daan De Meyer 2024-04-29 14:28:32 +02:00
parent 409c8a8ee0
commit 8c89620e80

View file

@ -84,7 +84,7 @@ verify_seqnum() {
journalctl --system --header
(! journalctl --system -q -o short-monotonic -u systemd-journald.service --grep 'rotating')
(! journalctl --system -q -o short-monotonic -u systemd-journald.service --grep 'Journal file uses a different sequence number ID, rotating')
set +x
previous_seqnum=0