Integration tests on Windows

Re: Integration tests on Windows

par Bastien Wermeille,
Nombre de réponses : 0
There exist a solution on windows to run the tests, you can use WSL(Windows Subsystem for Linux). I personally use this technology for a lot of projets and it works pretty well. Regarding the issue your are facing, you might try to run the command `
git update-index --chmod=+x gossiper/hw0
` which will normally change the rights of the file and make it executable on gitlab.