Skip to content

Commit

Permalink
lib.sh: re-enable sof-logger for Zephyr
Browse files Browse the repository at this point in the history
check-sof-logger was re-enabled for Zephyr in commit 56db259 and it
passed the daily tests. Re-enable logging for all tests when using
Zephyr.

Partial revert of 325e572 ("logger: disable sof-logger for zephyr")

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Nov 23, 2021
1 parent 4202c38 commit 0a464ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ is_zephyr()

logger_disabled()
{
[[ ${OPT_VAL['s']} -eq 0 ]] || is_zephyr
[[ ${OPT_VAL['s']} -eq 0 ]]
}

print_module_params()
Expand Down

0 comments on commit 0a464ff

Please sign in to comment.