Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test-case/check-sof-logger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ main()
print_logs_exit 1 "Log header not found in ${data_file}"

# See initial message SOF PR #3281 / SOF commit 67a0a69
grep -q 'dma-trace.c.*ERROR FW ABI.*tag.*hash' "$tracef" ||
print_logs_exit 1 "Initial ERROR FW ABI message not found in ${data_file}"
grep -q 'dma-trace.c.*FW ABI.*tag.*hash' "$tracef" ||
print_logs_exit 1 "Initial FW ABI banner not found in ${data_file}"
done

# This is a bit redundant with the previous test but does not hurt.
Expand Down