viz: Copy-pasting logs add an unwanted newline character between every line
For example, go to https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7666/shard-tglb2/igt@gem_exec_reloc@basic-active-bsd2.html, copy the dmesg outputs then paste it here.
Observed output:
<6> [405.022996] Console: switching to colour dummy device 80x25
<6> [405.023046] [IGT] gem_exec_reloc: executing
<5> [405.027706] Setting dangerous option reset - tainting kernel
<6> [405.027872] [IGT] gem_exec_reloc: starting subtest basic-active-bsd
Expected output:
<6> [405.022996] Console: switching to colour dummy device 80x25
<6> [405.023046] [IGT] gem_exec_reloc: executing
<5> [405.027706] Setting dangerous option reset - tainting kernel
<6> [405.027872] [IGT] gem_exec_reloc: starting subtest basic-active-bsd
This seems to be a regression. Could it be something you introduced, @bmodem?
Edited by Martin Roukala