-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide .bat alternatives to test scripts #10179
Comments
Bat files are not a replacement for a real program on Windows, because we use I think the wisest thing would be to distinguish by extension if we should call |
The other alternative is to use |
I think then the arguments have to be inside the same string as the script such as |
Test failing because of this issue:
|
Some of the tests in our test-suite rely on external scripts that are written in bash, and although MSYS2 comes with bash, they are not understood directly by Windows. For this reason some tests are marked as broken.
It would be good to provide .bat alternatives to these scripts (which are easy scripts, it should't be too difficult) or alternatively combine the sh and batch scripts (with some magic https://stackoverflow.com/questions/17510688/single-script-to-run-in-both-windows-batch-and-linux-bash) so that those tests are also runnable on Windows.
The text was updated successfully, but these errors were encountered: