Skip to content

Commit

Permalink
hijack.sh: fail on stable-v2.2 FW errors too
Browse files Browse the repository at this point in the history
Let's see if we can start paying attention to firmware errors in the
stable-v2.2 branch too.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed May 15, 2024
1 parent 914c5c0 commit a81f4a3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions case-lib/hijack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,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
Expand Down

0 comments on commit a81f4a3

Please sign in to comment.