mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-03 23:24:17 +08:00
ee2278de65
LAVA is mangling the escape codes from ANSI during log fetching from the target device, making the gitlab section markers from deqp, for example, to not work, inputting noise into the log. This commit makes the simplest fix which is to replace the mangled characters to the fixed ones. This approach is error-prone, since it may unwittingly replace a genuine log that resembles the mangled escape code. But this solution should suffice until we get a proper fix from LAVA team itself. Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16520> |
||
---|---|---|
.. | ||
lava | ||
__init__.py | ||
test_lava_job_submitter.py |