Fix CI test
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
parent
68d4490d7a
commit
7c03c1f0ca
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user