make check output isn't clear if the test was OK #4245
Closed
Description
Perhaps, that's not a common scenario, but I tried to run make check
. I got tons of output, some of which looked like errors, and the biggest issue is that it's not even clear if the test failed or not.
Looks like I have tons of errors running make check
(I run it with msys2 on win11), that's themake check
output I get: make-check.txt
Is it so broken and full of errors because of windows, or it's expected to be this way? It does look like very useless idea to even try to run make check or make test if the output is the same useless on other OSes.