Skip to content

Commit 0a464ff

Browse files
committed
lib.sh: re-enable sof-logger for Zephyr
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 <marc.herbert@intel.com>
1 parent 4202c38 commit 0a464ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

case-lib/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ is_zephyr()
397397

398398
logger_disabled()
399399
{
400-
[[ ${OPT_VAL['s']} -eq 0 ]] || is_zephyr
400+
[[ ${OPT_VAL['s']} -eq 0 ]]
401401
}
402402

403403
print_module_params()

0 commit comments

Comments
 (0)