Fix CI test

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
Jan Friesse 2021-05-12 16:16:31 +02:00
parent 68d4490d7a
commit 7c03c1f0ca

View File

@ -60,7 +60,7 @@ wait_for_log_msg() {
journalctl --since "$JOURNAL_DATE_SINCE" | cat
while $cont;do
if journalctl _SYSTEMD_UNIT=spausedd.service -o cat --since "$JOURNAL_DATE_SINCE" | grep "$1";then
if journalctl -t "spausedd" -o cat --since "$JOURNAL_DATE_SINCE" | grep "$1";then
cont=false
else
sleep 1