Skip to content

Commit

Permalink
lib.sh: warn about HTML bug hiding zephyr log levels
Browse files Browse the repository at this point in the history
Internal Intel issue 448.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and fredoh9 committed Apr 23, 2024
1 parent c058fcf commit 5b38b40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,10 @@ check_error_in_fw_logfile()
if (set -x
grep -B 2 -A 1 -i --word-regexp -e 'ERR' -e 'ERROR' -e '<err>' "$1"
); then
return 1
# See internal Intel bug #448
dlogw 'An HTML display bug hides the bracketed Zephyr &lt;loglevels&gt; in this tab,'
dlogw 'switch to the tab with the complete logs to see the log levels.'
return 1
fi
}

Expand Down

0 comments on commit 5b38b40

Please sign in to comment.