zephyr/scripts/pylib
Ederson de Souza 1f51a0e0e1 scripts/pylib/pytest-twister-harness: Do not fail on Unicode garbage
If pylib twister harness reads bytes that can't be decoded to Unicode,
it would raise an exception at a separate "serial reader" process, that
would fail without any warning.

This patch uses "errors='replace'" parameter for Python str.decode()
method, so that this doesn't happen.

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2023-09-13 11:34:27 +02:00
..
build_helpers scripts: pylib: remove west log dependency from domains.py 2022-11-14 10:12:31 +00:00
pytest-twister-harness scripts/pylib/pytest-twister-harness: Do not fail on Unicode garbage 2023-09-13 11:34:27 +02:00
twister twister: support scanning for ztests in subdirectories 2023-09-08 06:08:58 -04:00