Fix End2End test for non-windows platforms#37
Fix End2End test for non-windows platforms#37gjrtimmer wants to merge 1 commit intoalvaroloes:masterfrom
Conversation
Binary name for string was hardcoded to `.exe`
|
I have merged this in my new and supported version that is a drop in replacement. A long with |
|
While I agree that having a Let me know if there is any other reason. Thanks! |
|
@alvaroloes There is a real reason for it not cosmetic. I'm using Windows and Linux for development. There is however a real issue for which I have submitted this. When I develop on Windows I'm using VSCode as my IDE editor. But for my terminal / compiling I'm using WSL (Windows Linux Subsystem) ability to use a bash terminal on Windows, and Windows I'm using this for crossplatform development. It allows me to develop for Windows and Linux and test both at the same time. My code base This PR was created because of the following problem. So my GOPATH\bin looks like
I hope this makes sense and clarifies for you why I need it. I really hope you will consider this PR. |
Binary name for string was hardcoded to
.exe