diff --git a/case-lib/hijack.sh b/case-lib/hijack.sh index e47d313d..44d87d14 100644 --- a/case-lib/hijack.sh +++ b/case-lib/hijack.sh @@ -111,17 +111,9 @@ function func_exit_handler() exit_status=1 fi - # We still have some false positives in stable-v2.2 for now, see - # https://github.com/thesofproject/sof-test/pull/1075 - # https://github.com/thesofproject/sof/pull/9036 - # etc. - if is_firmware_file_zephyr; then - - check_error_in_fw_logfile "$logfile" || + check_error_in_fw_logfile "$logfile" || exit_status=1 - fi - else dloge "Log file not found: $logfile" exit_status=1