You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow on from #230 . The tests currently don't work correctly in any Windows build environment which doesn't perfectly expose MSYS_NT as part of uname where everything would be absolutely fine otherwise.
For instance, in my case, I'm building and running everything in a MinGW/MSYS environment which happens to expose uname in a way that causes BASE_OS to resolve to MINGW_NT.
In this instance, if you simply tell the test makefiles to use everything as if we had returned MSYS_NT, everything is OK.
The text was updated successfully, but these errors were encountered:
This is a follow on from #230 . The tests currently don't work correctly in any Windows build environment which doesn't perfectly expose MSYS_NT as part of uname where everything would be absolutely fine otherwise.
For instance, in my case, I'm building and running everything in a MinGW/MSYS environment which happens to expose uname in a way that causes BASE_OS to resolve to MINGW_NT.
In this instance, if you simply tell the test makefiles to use everything as if we had returned MSYS_NT, everything is OK.
The text was updated successfully, but these errors were encountered: