Skip to content

Commit b480f7b

Browse files
committed
verify-sof-firmware-load: fix error message according to new test
Fixes commit cd2d707 that now looks for the "firmware boot complete" message instead of the firmware version(s) but forgot to update the error message. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent b3018b6 commit b480f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/verify-sof-firmware-load.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ else # failed, show some logs
3535
journalctl_cmd --lines 50 || true
3636
printf ' ------\n Check journalctl status: \n ---- \n'
3737
systemctl --no-pager status systemd-journald* || true
38-
die "Cannot find the sof audio version"
38+
die "Cannot find any 'sof boot complete' message in logs since boot time"
3939
fi

0 commit comments

Comments
 (0)