The QEMU boot test output is kind of annoying to read with the repeated trailing blank lines. I assume this is github action logging translating "\r" into a full newline, but I haven't verified this. It should be possible to either switch the line-ending mode QEMU is using, or externally filter "\r\n" into "\n".
The QEMU boot test output is kind of annoying to read with the repeated trailing blank lines. I assume this is github action logging translating "\r" into a full newline, but I haven't verified this. It should be possible to either switch the line-ending mode QEMU is using, or externally filter "\r\n" into "\n".