diff options
author | Guilherme Gallo <guilherme.gallo@collabora.com> | 2022-05-15 21:35:48 -0300 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2022-05-23 16:51:47 +0000 |
commit | e00281f6dae98e9dec3da751fc23a451e8627379 (patch) | |
tree | 89c2b17353c0eb183feb42adfcccc967dab9975b /src/gallium/winsys/i915 | |
parent | cc10c53333673fc9b8645001d9efad26eda35223 (diff) |
ci/lava: Fix colored LAVA outputs
LAVA is mangling the escape codes from ANSI during log fetching from the
target device, making the colored lines from deqp, for example, to not
work, inputting noise into the log.
This commit makes the most straightforward 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 developers itself.
Fixes: #5503
Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16520>
Diffstat (limited to 'src/gallium/winsys/i915')
0 files changed, 0 insertions, 0 deletions