Skip to content

Fix krandomtest on Windows

Albert Astals Cid requested to merge work/aacid/fix_krandomtest_windows into master

I am not sure why \n is problematic, I guess because \n is converted to \r\n and then when we read it, it is not \n, so just do @ instead of \n as end of stream marker

Merge request reports